Interface UpdateVpcAttachmentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateVpcAttachmentResponse.Builder,
,UpdateVpcAttachmentResponse> NetworkManagerResponse.Builder
,SdkBuilder<UpdateVpcAttachmentResponse.Builder,
,UpdateVpcAttachmentResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateVpcAttachmentResponse
public static interface UpdateVpcAttachmentResponse.Builder
extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<UpdateVpcAttachmentResponse.Builder,UpdateVpcAttachmentResponse>
-
Method Summary
Modifier and TypeMethodDescriptionvpcAttachment
(Consumer<VpcAttachment.Builder> vpcAttachment) Describes the updated VPC attachment.vpcAttachment
(VpcAttachment vpcAttachment) Describes the updated 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
Describes the updated VPC attachment.
- Parameters:
vpcAttachment
- Describes the updated VPC attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcAttachment
default UpdateVpcAttachmentResponse.Builder vpcAttachment(Consumer<VpcAttachment.Builder> vpcAttachment) Describes the updated 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:
-