Interface DisassociateHostedZoneRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateHostedZoneRequest.Builder,,DisassociateHostedZoneRequest> Route53GlobalResolverRequest.Builder,SdkBuilder<DisassociateHostedZoneRequest.Builder,,DisassociateHostedZoneRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DisassociateHostedZoneRequest
@Mutable
@NotThreadSafe
public static interface DisassociateHostedZoneRequest.Builder
extends Route53GlobalResolverRequest.Builder, SdkPojo, CopyableBuilder<DisassociateHostedZoneRequest.Builder,DisassociateHostedZoneRequest>
-
Method Summary
Modifier and TypeMethodDescriptionhostedZoneId(String hostedZoneId) The ID of the Route 53 private hosted zone to disassociate.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the Route 53 Global Resolver resource to disassociate the hosted zone from.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.route53globalresolver.model.Route53GlobalResolverRequest.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
-
hostedZoneId
The ID of the Route 53 private hosted zone to disassociate.
- Parameters:
hostedZoneId- The ID of the Route 53 private hosted zone to disassociate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
The Amazon Resource Name (ARN) of the Route 53 Global Resolver resource to disassociate the hosted zone from.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the Route 53 Global Resolver resource to disassociate the hosted zone from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateHostedZoneRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DisassociateHostedZoneRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-