Interface CreateVpcAssociationAuthorizationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateVpcAssociationAuthorizationRequest.Builder,CreateVpcAssociationAuthorizationRequest>,Route53Request.Builder,SdkBuilder<CreateVpcAssociationAuthorizationRequest.Builder,CreateVpcAssociationAuthorizationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateVpcAssociationAuthorizationRequest
public static interface CreateVpcAssociationAuthorizationRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<CreateVpcAssociationAuthorizationRequest.Builder,CreateVpcAssociationAuthorizationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateVpcAssociationAuthorizationRequest.BuilderhostedZoneId(String hostedZoneId)The ID of the private hosted zone that you want to authorize associating a VPC with.CreateVpcAssociationAuthorizationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateVpcAssociationAuthorizationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateVpcAssociationAuthorizationRequest.Buildervpc(Consumer<VPC.Builder> vpc)A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your hosted zone.CreateVpcAssociationAuthorizationRequest.Buildervpc(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.-
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
CreateVpcAssociationAuthorizationRequest.Builder hostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to authorize associating a VPC with.
- Parameters:
hostedZoneId- The ID of the private hosted zone that you want to authorize associating a VPC with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpc
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.
- Parameters:
vpc- A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpc
default CreateVpcAssociationAuthorizationRequest.Builder vpc(Consumer<VPC.Builder> vpc)
A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your hosted zone.
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
CreateVpcAssociationAuthorizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateVpcAssociationAuthorizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-