public static interface CreateCidrCollectionRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<CreateCidrCollectionRequest.Builder,CreateCidrCollectionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateCidrCollectionRequest.Builder |
callerReference(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.
|
CreateCidrCollectionRequest.Builder |
name(String name)
A unique identifier for the account that can be used to reference the collection from other API calls.
|
CreateCidrCollectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCidrCollectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCidrCollectionRequest.Builder name(String name)
A unique identifier for the account that can be used to reference the collection from other API calls.
name - A unique identifier for the account that can be used to reference the collection from other API calls.CreateCidrCollectionRequest.Builder callerReference(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.
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.CreateCidrCollectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCidrCollectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.