Interface CreateCidrCollectionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateCidrCollectionRequest.Builder,,CreateCidrCollectionRequest> Route53Request.Builder,SdkBuilder<CreateCidrCollectionRequest.Builder,,CreateCidrCollectionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateCidrCollectionRequest
@Mutable
@NotThreadSafe
public static interface CreateCidrCollectionRequest.Builder
extends Route53Request.Builder, SdkPojo, CopyableBuilder<CreateCidrCollectionRequest.Builder,CreateCidrCollectionRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncallerReference(String callerReference) A client-specific token that allows requests to be securely retried so that the intended outcome will only occur once, retries receive a similar response, and there are no additional edge cases to handle.A unique identifier for the account that can be used to reference the collection from other API calls.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
A unique identifier for the account that can be used to reference the collection from other API calls.
- Parameters:
name- A unique identifier for the account that can be used to reference the collection from other API calls.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
callerReference
A client-specific token that allows requests to be securely retried so that the intended outcome will only occur once, retries receive a similar response, and there are no additional edge cases to handle.
- Parameters:
callerReference- A client-specific token that allows requests to be securely retried so that the intended outcome will only occur once, retries receive a similar response, and there are no additional edge cases to handle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateCidrCollectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateCidrCollectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-