CopyableBuilder<AssociateVPCWithHostedZoneRequest.Builder,AssociateVPCWithHostedZoneRequest>
, SdkBuilder<AssociateVPCWithHostedZoneRequest.Builder,AssociateVPCWithHostedZoneRequest>
public static interface AssociateVPCWithHostedZoneRequest.Builder extends CopyableBuilder<AssociateVPCWithHostedZoneRequest.Builder,AssociateVPCWithHostedZoneRequest>
Modifier and Type | Method | Description |
---|---|---|
AssociateVPCWithHostedZoneRequest.Builder |
comment(String comment) |
Optional: A comment about the association request.
|
AssociateVPCWithHostedZoneRequest.Builder |
hostedZoneId(String hostedZoneId) |
The ID of the private hosted zone that you want to associate an Amazon VPC with.
|
AssociateVPCWithHostedZoneRequest.Builder |
vpc(VPC vpc) |
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
|
copy
apply, build
AssociateVPCWithHostedZoneRequest.Builder hostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to associate an Amazon VPC with.
Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.
hostedZoneId
- The ID of the private hosted zone that you want to associate an Amazon VPC with.
Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.
AssociateVPCWithHostedZoneRequest.Builder vpc(VPC vpc)
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
vpc
- A complex type that contains information about the VPC that you want to associate with a private
hosted zone.AssociateVPCWithHostedZoneRequest.Builder comment(String comment)
Optional: A comment about the association request.
comment
- Optional: A comment about the association request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.