Interface CreateCidrCollectionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateCidrCollectionRequest.Builder,
,CreateCidrCollectionRequest> Route53Request.Builder
,SdkBuilder<CreateCidrCollectionRequest.Builder,
,CreateCidrCollectionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateCidrCollectionRequest
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) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.route53.model.Route53Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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) 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
CreateCidrCollectionRequest.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.
-