Interface DisassociateVpcFromHostedZoneRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateVpcFromHostedZoneRequest.Builder,,DisassociateVpcFromHostedZoneRequest> Route53Request.Builder,SdkBuilder<DisassociateVpcFromHostedZoneRequest.Builder,,DisassociateVpcFromHostedZoneRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateVpcFromHostedZoneRequest
@Mutable
@NotThreadSafe
public static interface DisassociateVpcFromHostedZoneRequest.Builder
extends Route53Request.Builder, SdkPojo, CopyableBuilder<DisassociateVpcFromHostedZoneRequest.Builder,DisassociateVpcFromHostedZoneRequest>
-
Method Summary
Modifier and TypeMethodDescriptionOptional: A comment about the disassociation request.hostedZoneId(String hostedZoneId) The ID of the private hosted zone that you want to disassociate a VPC from.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) vpc(Consumer<VPC.Builder> vpc) A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.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
-
hostedZoneId
The ID of the private hosted zone that you want to disassociate a VPC from.
- Parameters:
hostedZoneId- The ID of the private hosted zone that you want to disassociate a VPC from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpc
A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
- Parameters:
vpc- A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpc
A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
This is a convenience method that creates an instance of theVPC.Builderavoiding the need to create one manually viaVPC.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpc(VPC).- Parameters:
vpc- a consumer that will call methods onVPC.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
comment
Optional: A comment about the disassociation request.
- Parameters:
comment- Optional: A comment about the disassociation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateVpcFromHostedZoneRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateVpcFromHostedZoneRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-