Interface SearchActionConnectorsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<SearchActionConnectorsResponse.Builder,
,SearchActionConnectorsResponse> QuickSightResponse.Builder
,SdkBuilder<SearchActionConnectorsResponse.Builder,
,SearchActionConnectorsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
SearchActionConnectorsResponse
@Mutable
@NotThreadSafe
public static interface SearchActionConnectorsResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<SearchActionConnectorsResponse.Builder,SearchActionConnectorsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionactionConnectorSummaries
(Collection<ActionConnectorSummary> actionConnectorSummaries) A list of action connector summaries that match the search criteria.actionConnectorSummaries
(Consumer<ActionConnectorSummary.Builder>... actionConnectorSummaries) A list of action connector summaries that match the search criteria.actionConnectorSummaries
(ActionConnectorSummary... actionConnectorSummaries) A list of action connector summaries that match the search criteria.A pagination token to retrieve the next set of results.The Amazon Web Services request ID for this operation.The HTTP status code of the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
A pagination token to retrieve the next set of results. If null, there are no more results to retrieve.
- Parameters:
nextToken
- A pagination token to retrieve the next set of results. If null, there are no more results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId
- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The HTTP status code of the request.
- Parameters:
status
- The HTTP status code of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionConnectorSummaries
SearchActionConnectorsResponse.Builder actionConnectorSummaries(Collection<ActionConnectorSummary> actionConnectorSummaries) A list of action connector summaries that match the search criteria.
- Parameters:
actionConnectorSummaries
- A list of action connector summaries that match the search criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionConnectorSummaries
SearchActionConnectorsResponse.Builder actionConnectorSummaries(ActionConnectorSummary... actionConnectorSummaries) A list of action connector summaries that match the search criteria.
- Parameters:
actionConnectorSummaries
- A list of action connector summaries that match the search criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionConnectorSummaries
SearchActionConnectorsResponse.Builder actionConnectorSummaries(Consumer<ActionConnectorSummary.Builder>... actionConnectorSummaries) A list of action connector summaries that match the search criteria.
This is a convenience method that creates an instance of theActionConnectorSummary.Builder
avoiding the need to create one manually viaActionConnectorSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toactionConnectorSummaries(List<ActionConnectorSummary>)
.- Parameters:
actionConnectorSummaries
- a consumer that will call methods onActionConnectorSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-