Interface GetVpcAttachmentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetVpcAttachmentResponse.Builder,
,GetVpcAttachmentResponse> NetworkManagerResponse.Builder
,SdkBuilder<GetVpcAttachmentResponse.Builder,
,GetVpcAttachmentResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetVpcAttachmentResponse
public static interface GetVpcAttachmentResponse.Builder
extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<GetVpcAttachmentResponse.Builder,GetVpcAttachmentResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetVpcAttachmentResponse.Builder
vpcAttachment
(Consumer<VpcAttachment.Builder> vpcAttachment) Returns details about a VPC attachment.vpcAttachment
(VpcAttachment vpcAttachment) Returns details about a VPC attachment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.networkmanager.model.NetworkManagerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
vpcAttachment
Returns details about a VPC attachment.
- Parameters:
vpcAttachment
- Returns details about a VPC attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcAttachment
default GetVpcAttachmentResponse.Builder vpcAttachment(Consumer<VpcAttachment.Builder> vpcAttachment) Returns details about a VPC attachment.
This is a convenience method that creates an instance of theVpcAttachment.Builder
avoiding the need to create one manually viaVpcAttachment.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovpcAttachment(VpcAttachment)
.- Parameters:
vpcAttachment
- a consumer that will call methods onVpcAttachment.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-