Interface DeleteVpcAssociationAuthorizationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteVpcAssociationAuthorizationRequest.Builder,DeleteVpcAssociationAuthorizationRequest>,Route53Request.Builder,SdkBuilder<DeleteVpcAssociationAuthorizationRequest.Builder,DeleteVpcAssociationAuthorizationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteVpcAssociationAuthorizationRequest
public static interface DeleteVpcAssociationAuthorizationRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<DeleteVpcAssociationAuthorizationRequest.Builder,DeleteVpcAssociationAuthorizationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DeleteVpcAssociationAuthorizationRequest.BuilderhostedZoneId(String hostedZoneId)When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, the ID of the hosted zone.DeleteVpcAssociationAuthorizationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteVpcAssociationAuthorizationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default DeleteVpcAssociationAuthorizationRequest.Buildervpc(Consumer<VPC.Builder> vpc)When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.DeleteVpcAssociationAuthorizationRequest.Buildervpc(VPC vpc)When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
hostedZoneId
DeleteVpcAssociationAuthorizationRequest.Builder hostedZoneId(String hostedZoneId)
When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, the ID of the hosted zone.
- Parameters:
hostedZoneId- When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, the ID of the hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpc
DeleteVpcAssociationAuthorizationRequest.Builder vpc(VPC vpc)
When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.
- Parameters:
vpc- When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpc
default DeleteVpcAssociationAuthorizationRequest.Builder vpc(Consumer<VPC.Builder> vpc)
When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.
This is a convenience method that creates an instance of theVPC.Builderavoiding the need to create one manually viaVPC.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpc(VPC).- Parameters:
vpc- a consumer that will call methods onVPC.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
vpc(VPC)
-
overrideConfiguration
DeleteVpcAssociationAuthorizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteVpcAssociationAuthorizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-