Interface TableSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TableSummary.Builder,
,TableSummary> SdkBuilder<TableSummary.Builder,
,TableSummary> SdkPojo
- Enclosing class:
TableSummary
@Mutable
@NotThreadSafe
public static interface TableSummary.Builder
extends SdkPojo, CopyableBuilder<TableSummary.Builder,TableSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the table was created at.modifiedAt
(Instant modifiedAt) The date and time the table was last modified at.The name of the table.The name of the namespace.namespace
(Collection<String> namespace) The name of the namespace.namespaceId
(String namespaceId) The unique identifier for the namespace that contains this table.The Amazon Resource Name (ARN) of the table.tableBucketId
(String tableBucketId) The unique identifier for the table bucket that contains this table.The type of the table.The type of the table.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
-
namespace
The name of the namespace.
- Parameters:
namespace
- The name of the namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
The name of the namespace.
- Parameters:
namespace
- The name of the namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the table.
- Parameters:
name
- The name of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the table.
- Parameters:
type
- The type of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the table.
- Parameters:
type
- The type of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tableARN
The Amazon Resource Name (ARN) of the table.
- Parameters:
tableARN
- The Amazon Resource Name (ARN) of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time the table was created at.
- Parameters:
createdAt
- The date and time the table was created at.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedAt
The date and time the table was last modified at.
- Parameters:
modifiedAt
- The date and time the table was last modified at.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaceId
The unique identifier for the namespace that contains this table.
- Parameters:
namespaceId
- The unique identifier for the namespace that contains this table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableBucketId
The unique identifier for the table bucket that contains this table.
- Parameters:
tableBucketId
- The unique identifier for the table bucket that contains this table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-