public static interface CreateVPCAssociationAuthorizationResponse.Builder extends Route53Response.Builder, CopyableBuilder<CreateVPCAssociationAuthorizationResponse.Builder,CreateVPCAssociationAuthorizationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateVPCAssociationAuthorizationResponse.Builder |
hostedZoneId(String hostedZoneId)
The ID of the hosted zone that you authorized associating a VPC with.
|
default CreateVPCAssociationAuthorizationResponse.Builder |
vpc(Consumer<VPC.Builder> vpc)
The VPC that you authorized associating with a hosted zone.
|
CreateVPCAssociationAuthorizationResponse.Builder |
vpc(VPC vpc)
The VPC that you authorized associating with a hosted zone.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateVPCAssociationAuthorizationResponse.Builder hostedZoneId(String hostedZoneId)
The ID of the hosted zone that you authorized associating a VPC with.
hostedZoneId - The ID of the hosted zone that you authorized associating a VPC with.CreateVPCAssociationAuthorizationResponse.Builder vpc(VPC vpc)
The VPC that you authorized associating with a hosted zone.
vpc - The VPC that you authorized associating with a hosted zone.default CreateVPCAssociationAuthorizationResponse.Builder vpc(Consumer<VPC.Builder> vpc)
The VPC that you authorized associating with a hosted zone.
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)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.