Interface DescribeConnectorResponse.Builder
- All Superinterfaces:
 AppflowResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<DescribeConnectorResponse.Builder,,DescribeConnectorResponse> SdkBuilder<DescribeConnectorResponse.Builder,,DescribeConnectorResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeConnectorResponse
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, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods 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.Builderavoiding the need to create one manually viaConnectorConfiguration.builder().When the
Consumercompletes,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:
 
 
 -