public static interface DisassociateConnectPeerResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<DisassociateConnectPeerResponse.Builder,DisassociateConnectPeerResponse>
| Modifier and Type | Method and Description |
|---|---|
DisassociateConnectPeerResponse.Builder |
connectPeerAssociation(ConnectPeerAssociation connectPeerAssociation)
Describes the Connect peer association.
|
default DisassociateConnectPeerResponse.Builder |
connectPeerAssociation(Consumer<ConnectPeerAssociation.Builder> connectPeerAssociation)
Describes the Connect peer association.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateConnectPeerResponse.Builder connectPeerAssociation(ConnectPeerAssociation connectPeerAssociation)
Describes the Connect peer association.
connectPeerAssociation - Describes the Connect peer association.default DisassociateConnectPeerResponse.Builder connectPeerAssociation(Consumer<ConnectPeerAssociation.Builder> connectPeerAssociation)
Describes the Connect peer association.
This is a convenience method that creates an instance of theConnectPeerAssociation.Builder avoiding
the need to create one manually via ConnectPeerAssociation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to connectPeerAssociation(ConnectPeerAssociation).
connectPeerAssociation - a consumer that will call methods on ConnectPeerAssociation.BuilderconnectPeerAssociation(ConnectPeerAssociation)Copyright © 2023. All rights reserved.