Interface DescribeConnectorsResponse.Builder
-
- All Superinterfaces:
AppflowResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<DescribeConnectorsResponse.Builder,DescribeConnectorsResponse>,SdkBuilder<DescribeConnectorsResponse.Builder,DescribeConnectorsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeConnectorsResponse
public static interface DescribeConnectorsResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<DescribeConnectorsResponse.Builder,DescribeConnectorsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeConnectorsResponse.BuilderconnectorConfigurations(Map<ConnectorType,ConnectorConfiguration> connectorConfigurations)The configuration that is applied to the connectors used in the flow.DescribeConnectorsResponse.BuilderconnectorConfigurationsWithStrings(Map<String,ConnectorConfiguration> connectorConfigurations)The configuration that is applied to the connectors used in the flow.DescribeConnectorsResponse.Builderconnectors(Collection<ConnectorDetail> connectors)Information about the connectors supported in Amazon AppFlow.DescribeConnectorsResponse.Builderconnectors(Consumer<ConnectorDetail.Builder>... connectors)Information about the connectors supported in Amazon AppFlow.DescribeConnectorsResponse.Builderconnectors(ConnectorDetail... connectors)Information about the connectors supported in Amazon AppFlow.DescribeConnectorsResponse.BuildernextToken(String nextToken)The pagination token for the next page of data.-
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
-
connectorConfigurationsWithStrings
DescribeConnectorsResponse.Builder connectorConfigurationsWithStrings(Map<String,ConnectorConfiguration> connectorConfigurations)
The configuration that is applied to the connectors used in the flow.
- Parameters:
connectorConfigurations- The configuration that is applied to the connectors used in the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorConfigurations
DescribeConnectorsResponse.Builder connectorConfigurations(Map<ConnectorType,ConnectorConfiguration> connectorConfigurations)
The configuration that is applied to the connectors used in the flow.
- Parameters:
connectorConfigurations- The configuration that is applied to the connectors used in the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectors
DescribeConnectorsResponse.Builder connectors(Collection<ConnectorDetail> connectors)
Information about the connectors supported in Amazon AppFlow.
- Parameters:
connectors- Information about the connectors supported in Amazon AppFlow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectors
DescribeConnectorsResponse.Builder connectors(ConnectorDetail... connectors)
Information about the connectors supported in Amazon AppFlow.
- Parameters:
connectors- Information about the connectors supported in Amazon AppFlow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectors
DescribeConnectorsResponse.Builder connectors(Consumer<ConnectorDetail.Builder>... connectors)
Information about the connectors supported in Amazon AppFlow.
This is a convenience method that creates an instance of theConnectorDetail.Builderavoiding the need to create one manually viaConnectorDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#connectors(List.) - Parameters:
connectors- a consumer that will call methods onConnectorDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#connectors(java.util.Collection)
-
nextToken
DescribeConnectorsResponse.Builder nextToken(String nextToken)
The pagination token for the next page of data.
- Parameters:
nextToken- The pagination token for the next page of data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-