CopyableBuilder<DisassociateVPCFromHostedZoneRequest.Builder,DisassociateVPCFromHostedZoneRequest>
, SdkBuilder<DisassociateVPCFromHostedZoneRequest.Builder,DisassociateVPCFromHostedZoneRequest>
public static interface DisassociateVPCFromHostedZoneRequest.Builder extends CopyableBuilder<DisassociateVPCFromHostedZoneRequest.Builder,DisassociateVPCFromHostedZoneRequest>
Modifier and Type | Method | Description |
---|---|---|
DisassociateVPCFromHostedZoneRequest.Builder |
comment(String comment) |
Optional: A comment about the disassociation request.
|
DisassociateVPCFromHostedZoneRequest.Builder |
hostedZoneId(String hostedZoneId) |
The ID of the private hosted zone that you want to disassociate a VPC from.
|
DisassociateVPCFromHostedZoneRequest.Builder |
vpc(VPC vpc) |
A complex type that contains information about the VPC that you're disassociating from the specified hosted
zone.
|
copy
apply, build
DisassociateVPCFromHostedZoneRequest.Builder hostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to disassociate a VPC from.
hostedZoneId
- The ID of the private hosted zone that you want to disassociate a VPC from.DisassociateVPCFromHostedZoneRequest.Builder vpc(VPC vpc)
A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
vpc
- A complex type that contains information about the VPC that you're disassociating from the specified
hosted zone.DisassociateVPCFromHostedZoneRequest.Builder comment(String comment)
Optional: A comment about the disassociation request.
comment
- Optional: A comment about the disassociation request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.