Interface DisassociateLinkResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DisassociateLinkResponse.Builder,DisassociateLinkResponse>,NetworkManagerResponse.Builder,SdkBuilder<DisassociateLinkResponse.Builder,DisassociateLinkResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DisassociateLinkResponse
public static interface DisassociateLinkResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<DisassociateLinkResponse.Builder,DisassociateLinkResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DisassociateLinkResponse.BuilderlinkAssociation(Consumer<LinkAssociation.Builder> linkAssociation)Information about the link association.DisassociateLinkResponse.BuilderlinkAssociation(LinkAssociation linkAssociation)Information about the link association.-
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 Detail
-
linkAssociation
DisassociateLinkResponse.Builder linkAssociation(LinkAssociation linkAssociation)
Information about the link association.
- Parameters:
linkAssociation- Information about the link association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkAssociation
default DisassociateLinkResponse.Builder linkAssociation(Consumer<LinkAssociation.Builder> linkAssociation)
Information about the link association.
This is a convenience method that creates an instance of theLinkAssociation.Builderavoiding the need to create one manually viaLinkAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolinkAssociation(LinkAssociation).- Parameters:
linkAssociation- a consumer that will call methods onLinkAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
linkAssociation(LinkAssociation)
-
-