public static interface DescribeConnectorProfilesResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<DescribeConnectorProfilesResponse.Builder,DescribeConnectorProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorProfilesResponse.Builder |
connectorProfileDetails(Collection<ConnectorProfile> connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
|
DescribeConnectorProfilesResponse.Builder |
connectorProfileDetails(ConnectorProfile... connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
|
DescribeConnectorProfilesResponse.Builder |
connectorProfileDetails(Consumer<ConnectorProfile.Builder>... connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
|
DescribeConnectorProfilesResponse.Builder |
nextToken(String nextToken)
The pagination token for the next page of data.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConnectorProfilesResponse.Builder connectorProfileDetails(Collection<ConnectorProfile> connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
connectorProfileDetails - Returns information about the connector profiles associated with the flow.DescribeConnectorProfilesResponse.Builder connectorProfileDetails(ConnectorProfile... connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
connectorProfileDetails - Returns information about the connector profiles associated with the flow.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.Builder avoiding the need to create
one manually via ConnectorProfile.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #connectorProfileDetails(List.
connectorProfileDetails - a consumer that will call methods on
ConnectorProfile.Builder#connectorProfileDetails(java.util.Collection) 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.
nextToken - The pagination token for the next page of data. If nextToken=null, this means that all
records have been fetched.Copyright © 2022. All rights reserved.