public static interface ListRegistriesRequest.Builder extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<ListRegistriesRequest.Builder,ListRegistriesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRegistriesRequest.Builder |
limit(Integer limit)
Sets the value of the Limit property for this object.
|
ListRegistriesRequest.Builder |
nextToken(String nextToken)
The token that specifies the next page of results to return.
|
ListRegistriesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRegistriesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRegistriesRequest.Builder |
registryNamePrefix(String registryNamePrefix)
Specifying this limits the results to only those registry names that start with the specified prefix.
|
ListRegistriesRequest.Builder |
scope(String scope)
Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRegistriesRequest.Builder limit(Integer limit)
limit - The new value for the Limit property for this object.ListRegistriesRequest.Builder nextToken(String nextToken)
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
nextToken - The token that specifies the next page of results to return. To request the first page, leave
NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.ListRegistriesRequest.Builder registryNamePrefix(String registryNamePrefix)
Specifying this limits the results to only those registry names that start with the specified prefix.
registryNamePrefix - Specifying this limits the results to only those registry names that start with the specified prefix.ListRegistriesRequest.Builder scope(String scope)
Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.
scope - Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.ListRegistriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRegistriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.