public static interface DisassociateLinkResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<DisassociateLinkResponse.Builder,DisassociateLinkResponse>
| Modifier and Type | Method and Description |
|---|---|
default DisassociateLinkResponse.Builder |
linkAssociation(Consumer<LinkAssociation.Builder> linkAssociation)
Information about the link association.
|
DisassociateLinkResponse.Builder |
linkAssociation(LinkAssociation linkAssociation)
Information about the link association.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateLinkResponse.Builder linkAssociation(LinkAssociation linkAssociation)
Information about the link association.
linkAssociation - Information about the link association.default DisassociateLinkResponse.Builder linkAssociation(Consumer<LinkAssociation.Builder> linkAssociation)
Information about the link association.
This is a convenience that creates an instance of theLinkAssociation.Builder avoiding the need to
create one manually via LinkAssociation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to linkAssociation(LinkAssociation).linkAssociation - a consumer that will call methods on LinkAssociation.BuilderlinkAssociation(LinkAssociation)Copyright © 2021. All rights reserved.