public static interface CreateVpcAttachmentResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<CreateVpcAttachmentResponse.Builder,CreateVpcAttachmentResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateVpcAttachmentResponse.Builder |
vpcAttachment(Consumer<VpcAttachment.Builder> vpcAttachment)
Provides details about the VPC attachment.
|
CreateVpcAttachmentResponse.Builder |
vpcAttachment(VpcAttachment vpcAttachment)
Provides details about the VPC attachment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVpcAttachmentResponse.Builder vpcAttachment(VpcAttachment vpcAttachment)
Provides details about the VPC attachment.
vpcAttachment - Provides details about the VPC attachment.default CreateVpcAttachmentResponse.Builder vpcAttachment(Consumer<VpcAttachment.Builder> vpcAttachment)
Provides details about the VPC attachment.
This is a convenience method that creates an instance of theVpcAttachment.Builder avoiding the need
to create one manually via VpcAttachment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpcAttachment(VpcAttachment).
vpcAttachment - a consumer that will call methods on VpcAttachment.BuildervpcAttachment(VpcAttachment)Copyright © 2022. All rights reserved.