Interface SpaceSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SpaceSummary.Builder,,SpaceSummary> SdkBuilder<SpaceSummary.Builder,,SpaceSummary> SdkPojo
- Enclosing class:
SpaceSummary
@Mutable
@NotThreadSafe
public static interface SpaceSummary.Builder
extends SdkPojo, CopyableBuilder<SpaceSummary.Builder,SpaceSummary>
-
Method Summary
Modifier and TypeMethodDescriptionconsumedSourceDocCount(Integer consumedSourceDocCount) The number of consumed source documents.consumedSourceSize(Long consumedSourceSize) The total consumed source size in bytes.The date and time that the space was created.The user who created the space.createdByArn(String createdByArn) The ARN of the user who created the space.description(String description) The description of the space.The display name of the space.resourcesCount(Integer resourcesCount) The number of resources in the space.The ARN of the space.The ID of the space.The date and time that the space was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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.
-
name
The display name of the space.
- Parameters:
name- The display name of the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the space.
- Parameters:
description- The description of the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time that the space was last updated.
- Parameters:
updatedAt- The date and time that the space was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
consumedSourceSize
The total consumed source size in bytes.
- Parameters:
consumedSourceSize- The total consumed source size in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
consumedSourceDocCount
The number of consumed source documents.
- Parameters:
consumedSourceDocCount- The number of consumed source documents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time that the space was created.
- Parameters:
createdAt- The date and time that the space was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The user who created the space.
- Parameters:
createdBy- The user who created the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdByArn
The ARN of the user who created the space.
- Parameters:
createdByArn- The ARN of the user who created the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourcesCount
The number of resources in the space.
- Parameters:
resourcesCount- The number of resources in the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-