Interface SearchAgentsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SearchAgentsResponse.Builder,,SearchAgentsResponse> QuickSightResponse.Builder,SdkBuilder<SearchAgentsResponse.Builder,,SearchAgentsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
SearchAgentsResponse
@Mutable
@NotThreadSafe
public static interface SearchAgentsResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<SearchAgentsResponse.Builder,SearchAgentsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionagentSummaries(Collection<AgentSummary> agentSummaries) A list of agent summaries.agentSummaries(Consumer<AgentSummary.Builder>... agentSummaries) A list of agent summaries.agentSummaries(AgentSummary... agentSummaries) A list of agent summaries.The token for the next set of results, or null if there are no more results.The Amazon Web Services request ID for this operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
agentSummaries
A list of agent summaries.
- Parameters:
agentSummaries- A list of agent summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentSummaries
A list of agent summaries.
- Parameters:
agentSummaries- A list of agent summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentSummaries
A list of agent summaries.
This is a convenience method that creates an instance of theAgentSummary.Builderavoiding the need to create one manually viaAgentSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagentSummaries(List<AgentSummary>).- Parameters:
agentSummaries- a consumer that will call methods onAgentSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no more results.- 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.
-