public static interface DeleteVpcAssociationAuthorizationRequest.Builder extends Route53Request.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteVpcAssociationAuthorizationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteVpcAssociationAuthorizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.