Interface DisassociateVpcFromHostedZoneRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateVpcFromHostedZoneRequest.Builder,DisassociateVpcFromHostedZoneRequest>,Route53Request.Builder,SdkBuilder<DisassociateVpcFromHostedZoneRequest.Builder,DisassociateVpcFromHostedZoneRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateVpcFromHostedZoneRequest
public static interface DisassociateVpcFromHostedZoneRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<DisassociateVpcFromHostedZoneRequest.Builder,DisassociateVpcFromHostedZoneRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DisassociateVpcFromHostedZoneRequest.Buildercomment(String comment)Optional: A comment about the disassociation request.DisassociateVpcFromHostedZoneRequest.BuilderhostedZoneId(String hostedZoneId)The ID of the private hosted zone that you want to disassociate a VPC from.DisassociateVpcFromHostedZoneRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateVpcFromHostedZoneRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default DisassociateVpcFromHostedZoneRequest.Buildervpc(Consumer<VPC.Builder> vpc)A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.DisassociateVpcFromHostedZoneRequest.Buildervpc(VPC vpc)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
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 Detail
-
hostedZoneId
DisassociateVpcFromHostedZoneRequest.Builder hostedZoneId(String 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
DisassociateVpcFromHostedZoneRequest.Builder vpc(VPC 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
default DisassociateVpcFromHostedZoneRequest.Builder vpc(Consumer<VPC.Builder> 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:
vpc(VPC)
-
comment
DisassociateVpcFromHostedZoneRequest.Builder comment(String 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
-
-