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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeConnectorResponse.BuilderconnectorConfiguration(Consumer<ConnectorConfiguration.Builder> connectorConfiguration)Configuration info of all the connectors that the user requested.DescribeConnectorResponse.BuilderconnectorConfiguration(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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:
connectorConfiguration(ConnectorConfiguration)
-
-