public static interface DeleteVPCAssociationAuthorizationRequest.Builder extends Route53Request.Builder, CopyableBuilder<DeleteVPCAssociationAuthorizationRequest.Builder,DeleteVPCAssociationAuthorizationRequest>
| Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteVPCAssociationAuthorizationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
default DeleteVPCAssociationAuthorizationRequest.Builder |
vpc(Consumer<VPC.Builder> 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.
|
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.
|
buildrequestOverrideConfigcopyapply, buildDeleteVPCAssociationAuthorizationRequest.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.default DeleteVPCAssociationAuthorizationRequest.Builder vpc(Consumer<VPC.Builder> 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.
This is a convenience that creates an instance of theVPC.Builder avoiding the need to create one
manually via VPC.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to vpc(VPC).vpc - a consumer that will call methods on VPC.Buildervpc(VPC)DeleteVPCAssociationAuthorizationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteVPCAssociationAuthorizationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.