Interface ListRegistriesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListRegistriesRequest.Builder,
,ListRegistriesRequest> SchemasRequest.Builder
,SdkBuilder<ListRegistriesRequest.Builder,
,ListRegistriesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListRegistriesRequest
@Mutable
@NotThreadSafe
public static interface ListRegistriesRequest.Builder
extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<ListRegistriesRequest.Builder,ListRegistriesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Limit property for this object.The token that specifies the next page of results to return.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.registryNamePrefix
(String registryNamePrefix) Specifying this limits the results to only those registry names that start with the specified prefix.Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.schemas.model.SchemasRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
limit
Sets the value of the Limit property for this object.- Parameters:
limit
- The new value for the Limit property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryNamePrefix
Specifying this limits the results to only those registry names that start with the specified prefix.
- Parameters:
registryNamePrefix
- Specifying this limits the results to only those registry names that start with the specified prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scope
Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.
- Parameters:
scope
- Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRegistriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListRegistriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-