Interface DescribeConnectorResponse.Builder
- All Superinterfaces:
AppflowResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeConnectorResponse.Builder,
,DescribeConnectorResponse> SdkBuilder<DescribeConnectorResponse.Builder,
,DescribeConnectorResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeConnectorResponse
@Mutable
@NotThreadSafe
public static interface DescribeConnectorResponse.Builder
extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<DescribeConnectorResponse.Builder,DescribeConnectorResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorConfiguration
(Consumer<ConnectorConfiguration.Builder> connectorConfiguration) Configuration info of all the connectors that the user requested.connectorConfiguration
(ConnectorConfiguration connectorConfiguration) Configuration info of all the connectors that the user requested.Methods inherited from interface software.amazon.awssdk.services.appflow.model.AppflowResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
connectorConfiguration
DescribeConnectorResponse.Builder connectorConfiguration(ConnectorConfiguration connectorConfiguration) Configuration info of all the connectors that the user requested.
- Parameters:
connectorConfiguration
- Configuration info of all the connectors that the user requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorConfiguration
default DescribeConnectorResponse.Builder connectorConfiguration(Consumer<ConnectorConfiguration.Builder> connectorConfiguration) Configuration info of all the connectors that the user requested.
This is a convenience method that creates an instance of theConnectorConfiguration.Builder
avoiding the need to create one manually viaConnectorConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconnectorConfiguration(ConnectorConfiguration)
.- Parameters:
connectorConfiguration
- a consumer that will call methods onConnectorConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-