public static interface AssociateVpcWithHostedZoneRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<AssociateVpcWithHostedZoneRequest.Builder,AssociateVpcWithHostedZoneRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateVpcWithHostedZoneRequest.Builder |
comment(String comment)
Optional: A comment about the association request.
|
AssociateVpcWithHostedZoneRequest.Builder |
hostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to associate an Amazon VPC with.
|
AssociateVpcWithHostedZoneRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateVpcWithHostedZoneRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default AssociateVpcWithHostedZoneRequest.Builder |
vpc(Consumer<VPC.Builder> vpc)
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
|
AssociateVpcWithHostedZoneRequest.Builder |
vpc(VPC vpc)
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateVpcWithHostedZoneRequest.Builder hostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to associate an Amazon VPC with.
Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.
hostedZoneId - The ID of the private hosted zone that you want to associate an Amazon VPC with.
Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.
AssociateVpcWithHostedZoneRequest.Builder vpc(VPC vpc)
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
vpc - A complex type that contains information about the VPC that you want to associate with a private
hosted zone.default AssociateVpcWithHostedZoneRequest.Builder vpc(Consumer<VPC.Builder> vpc)
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
This is a convenience method 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)AssociateVpcWithHostedZoneRequest.Builder comment(String comment)
Optional: A comment about the association request.
comment - Optional: A comment about the association request.AssociateVpcWithHostedZoneRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateVpcWithHostedZoneRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.