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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeConnectorProfilesResponse.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 that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #connectorProfileDetails(List)
.connectorProfileDetails
- a consumer that will call methods on List.Builder
#connectorProfileDetails(List)
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 © 2021 Amazon Web Services, Inc. All Rights Reserved.