Interface TableBucketSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TableBucketSummary.Builder,
,TableBucketSummary> SdkBuilder<TableBucketSummary.Builder,
,TableBucketSummary> SdkPojo
- Enclosing class:
TableBucketSummary
@Mutable
@NotThreadSafe
public static interface TableBucketSummary.Builder
extends SdkPojo, CopyableBuilder<TableBucketSummary.Builder,TableBucketSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the table bucket.The date and time the table bucket was created at.The name of the table bucket.ownerAccountId
(String ownerAccountId) The ID of the account that owns the table bucket.tableBucketId
(String tableBucketId) The system-assigned unique identifier for the table bucket.The type of the table bucket.type
(TableBucketType type) The type of the table bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the table bucket.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the table bucket.
- Parameters:
name
- The name of the table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerAccountId
The ID of the account that owns the table bucket.
- Parameters:
ownerAccountId
- The ID of the account that owns the table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time the table bucket was created at.
- Parameters:
createdAt
- The date and time the table bucket was created at.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableBucketId
The system-assigned unique identifier for the table bucket.
- Parameters:
tableBucketId
- The system-assigned unique identifier for the table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the table bucket.
- Parameters:
type
- The type of the table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the table bucket.
- Parameters:
type
- The type of the table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-