CopyableBuilder<DeleteVPCAssociationAuthorizationRequest.Builder,DeleteVPCAssociationAuthorizationRequest>
, SdkBuilder<DeleteVPCAssociationAuthorizationRequest.Builder,DeleteVPCAssociationAuthorizationRequest>
public static interface DeleteVPCAssociationAuthorizationRequest.Builder extends CopyableBuilder<DeleteVPCAssociationAuthorizationRequest.Builder,DeleteVPCAssociationAuthorizationRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteVPCAssociationAuthorizationRequest.Builder |
hostedZoneId(String hostedZoneId) |
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that
was created with a different AWS account, the ID of the hosted zone.
|
DeleteVPCAssociationAuthorizationRequest.Builder |
vpc(VPC vpc) |
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that
was created with a different AWS account, a complex type that includes the ID and region of the VPC.
|
copy
apply, build
DeleteVPCAssociationAuthorizationRequest.Builder hostedZoneId(String hostedZoneId)
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account, the ID of the hosted zone.
hostedZoneId
- When removing authorization to associate a VPC that was created by one AWS account with a hosted zone
that was created with a different AWS account, the ID of the hosted zone.DeleteVPCAssociationAuthorizationRequest.Builder vpc(VPC vpc)
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account, a complex type that includes the ID and region of the VPC.
vpc
- When removing authorization to associate a VPC that was created by one AWS account with a hosted zone
that was created with a different AWS account, a complex type that includes the ID and region of the
VPC.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.