Interface SearchSpacesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SearchSpacesResponse.Builder,,SearchSpacesResponse> QuickSightResponse.Builder,SdkBuilder<SearchSpacesResponse.Builder,,SearchSpacesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
SearchSpacesResponse
@Mutable
@NotThreadSafe
public static interface SearchSpacesResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<SearchSpacesResponse.Builder,SearchSpacesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token for the next set of results, or null if there are no more results.The Amazon Web Services request ID for this operation.The ARN of the space.The ID of the space.spaceSummaries(Collection<SpaceSummary> spaceSummaries) A list of space summaries that match the search criteria.spaceSummaries(Consumer<SpaceSummary.Builder>... spaceSummaries) A list of space summaries that match the search criteria.spaceSummaries(SpaceSummary... spaceSummaries) A list of space summaries that match the search criteria.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
-
spaceId
The ID of the space.
- Parameters:
spaceId- The ID of the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spaceArn
The ARN of the space.
- Parameters:
spaceArn- The ARN of the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spaceSummaries
A list of space summaries that match the search criteria.
- Parameters:
spaceSummaries- A list of space summaries that match the search criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spaceSummaries
A list of space summaries that match the search criteria.
- Parameters:
spaceSummaries- A list of space summaries that match the search criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spaceSummaries
A list of space summaries that match the search criteria.
This is a convenience method that creates an instance of theSpaceSummary.Builderavoiding the need to create one manually viaSpaceSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tospaceSummaries(List<SpaceSummary>).- Parameters:
spaceSummaries- a consumer that will call methods onSpaceSummary.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.
-