Interface VerifyDnsConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudFrontRequest.Builder
,CopyableBuilder<VerifyDnsConfigurationRequest.Builder,
,VerifyDnsConfigurationRequest> SdkBuilder<VerifyDnsConfigurationRequest.Builder,
,VerifyDnsConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
VerifyDnsConfigurationRequest
@Mutable
@NotThreadSafe
public static interface VerifyDnsConfigurationRequest.Builder
extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<VerifyDnsConfigurationRequest.Builder,VerifyDnsConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe domain name that you're verifying.identifier
(String identifier) The identifier of the distribution tenant.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.services.cloudfront.model.CloudFrontRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
domain
The domain name that you're verifying.
- Parameters:
domain
- The domain name that you're verifying.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
The identifier of the distribution tenant. You can specify the ARN, ID, or name of the distribution tenant.
- Parameters:
identifier
- The identifier of the distribution tenant. You can specify the ARN, ID, or name of the distribution tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
VerifyDnsConfigurationRequest.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
VerifyDnsConfigurationRequest.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.
-