public static interface GetConnectAttachmentResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<GetConnectAttachmentResponse.Builder,GetConnectAttachmentResponse>
| Modifier and Type | Method and Description |
|---|---|
GetConnectAttachmentResponse.Builder |
connectAttachment(ConnectAttachment connectAttachment)
Details about the Connect attachment.
|
default GetConnectAttachmentResponse.Builder |
connectAttachment(Consumer<ConnectAttachment.Builder> connectAttachment)
Details about the Connect attachment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetConnectAttachmentResponse.Builder connectAttachment(ConnectAttachment connectAttachment)
Details about the Connect attachment.
connectAttachment - Details about the Connect attachment.default GetConnectAttachmentResponse.Builder connectAttachment(Consumer<ConnectAttachment.Builder> connectAttachment)
Details about the Connect attachment.
This is a convenience method that creates an instance of theConnectAttachment.Builder avoiding the
need to create one manually via ConnectAttachment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to connectAttachment(ConnectAttachment).
connectAttachment - a consumer that will call methods on ConnectAttachment.BuilderconnectAttachment(ConnectAttachment)Copyright © 2023. All rights reserved.