public static interface DescribeConnectorResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<DescribeConnectorResponse.Builder,DescribeConnectorResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeConnectorResponse.Builder |
connector(Consumer<DescribedConnector.Builder> connector)
The structure that contains the details of the connector.
|
DescribeConnectorResponse.Builder |
connector(DescribedConnector connector)
The structure that contains the details of the connector.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConnectorResponse.Builder connector(DescribedConnector connector)
The structure that contains the details of the connector.
connector - The structure that contains the details of the connector.default DescribeConnectorResponse.Builder connector(Consumer<DescribedConnector.Builder> connector)
The structure that contains the details of the connector.
This is a convenience method that creates an instance of theDescribedConnector.Builder avoiding the
need to create one manually via DescribedConnector.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to connector(DescribedConnector).
connector - a consumer that will call methods on DescribedConnector.Builderconnector(DescribedConnector)Copyright © 2023. All rights reserved.