Interface DescribeSpaceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeSpaceResponse.Builder,,DescribeSpaceResponse> QuickSightResponse.Builder,SdkBuilder<DescribeSpaceResponse.Builder,,DescribeSpaceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeSpaceResponse
@Mutable
@NotThreadSafe
public static interface DescribeSpaceResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeSpaceResponse.Builder,DescribeSpaceResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncontributors(Collection<SpaceContributor> contributors) A list of contributors to the space.contributors(Consumer<SpaceContributor.Builder>... contributors) A list of contributors to the space.contributors(SpaceContributor... contributors) A list of contributors to the space.The Amazon Web Services request ID for this operation.default DescribeSpaceResponse.Builderspace(Consumer<SpaceDetails.Builder> space) The details of the space.space(SpaceDetails space) The details of the space.The ARN of the space.The ID of the space.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.
-
space
The details of the space.
- Parameters:
space- The details of the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
space
The details of the space.
This is a convenience method that creates an instance of theSpaceDetails.Builderavoiding the need to create one manually viaSpaceDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tospace(SpaceDetails).- Parameters:
space- a consumer that will call methods onSpaceDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contributors
A list of contributors to the space.
- Parameters:
contributors- A list of contributors to the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contributors
A list of contributors to the space.
- Parameters:
contributors- A list of contributors to the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contributors
A list of contributors to the space.
This is a convenience method that creates an instance of theSpaceContributor.Builderavoiding the need to create one manually viaSpaceContributor.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontributors(List<SpaceContributor>).- Parameters:
contributors- a consumer that will call methods onSpaceContributor.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-