CopyableBuilder<CreateVPCAssociationAuthorizationRequest.Builder,CreateVPCAssociationAuthorizationRequest>
, SdkBuilder<CreateVPCAssociationAuthorizationRequest.Builder,CreateVPCAssociationAuthorizationRequest>
public static interface CreateVPCAssociationAuthorizationRequest.Builder extends CopyableBuilder<CreateVPCAssociationAuthorizationRequest.Builder,CreateVPCAssociationAuthorizationRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateVPCAssociationAuthorizationRequest.Builder |
hostedZoneId(String hostedZoneId) |
The ID of the private hosted zone that you want to authorize associating a VPC with.
|
CreateVPCAssociationAuthorizationRequest.Builder |
vpc(VPC vpc) |
A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with
your hosted zone.
|
copy
apply, build
CreateVPCAssociationAuthorizationRequest.Builder hostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to authorize associating a VPC with.
hostedZoneId
- The ID of the private hosted zone that you want to authorize associating a VPC with.CreateVPCAssociationAuthorizationRequest.Builder vpc(VPC vpc)
A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your hosted zone.
vpc
- A complex type that contains the VPC ID and region for the VPC that you want to authorize associating
with your hosted zone.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.