public static interface CreateVpcAssociationAuthorizationResponse.Builder extends Route53Response.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateVpcAssociationAuthorizationResponse.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.Builder
vpc(VPC)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.