Interface DescribeConnectorProfilesResponse.Builder
-
- All Superinterfaces:
AppflowResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<DescribeConnectorProfilesResponse.Builder,DescribeConnectorProfilesResponse>,SdkBuilder<DescribeConnectorProfilesResponse.Builder,DescribeConnectorProfilesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeConnectorProfilesResponse
public static interface DescribeConnectorProfilesResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<DescribeConnectorProfilesResponse.Builder,DescribeConnectorProfilesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeConnectorProfilesResponse.BuilderconnectorProfileDetails(Collection<ConnectorProfile> connectorProfileDetails)Returns information about the connector profiles associated with the flow.DescribeConnectorProfilesResponse.BuilderconnectorProfileDetails(Consumer<ConnectorProfile.Builder>... connectorProfileDetails)Returns information about the connector profiles associated with the flow.DescribeConnectorProfilesResponse.BuilderconnectorProfileDetails(ConnectorProfile... connectorProfileDetails)Returns information about the connector profiles associated with the flow.DescribeConnectorProfilesResponse.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
-
connectorProfileDetails
DescribeConnectorProfilesResponse.Builder connectorProfileDetails(Collection<ConnectorProfile> connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
- Parameters:
connectorProfileDetails- Returns information about the connector profiles associated with the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorProfileDetails
DescribeConnectorProfilesResponse.Builder connectorProfileDetails(ConnectorProfile... connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
- Parameters:
connectorProfileDetails- Returns information about the connector profiles associated with the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorProfileDetails
DescribeConnectorProfilesResponse.Builder connectorProfileDetails(Consumer<ConnectorProfile.Builder>... connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
This is a convenience method that creates an instance of theConnectorProfile.Builderavoiding the need to create one manually viaConnectorProfile.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#connectorProfileDetails(List.) - Parameters:
connectorProfileDetails- a consumer that will call methods onConnectorProfile.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#connectorProfileDetails(java.util.Collection)
-
nextToken
DescribeConnectorProfilesResponse.Builder nextToken(String nextToken)
The pagination token for the next page of data. If
nextToken=null, this means that all records have been fetched.- Parameters:
nextToken- The pagination token for the next page of data. IfnextToken=null, this means that all records have been fetched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-