Interface NamespaceSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NamespaceSummary.Builder,
,NamespaceSummary> SdkBuilder<NamespaceSummary.Builder,
,NamespaceSummary> SdkPojo
- Enclosing class:
NamespaceSummary
@Mutable
@NotThreadSafe
public static interface NamespaceSummary.Builder
extends SdkPojo, CopyableBuilder<NamespaceSummary.Builder,NamespaceSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the namespace was created at.The ID of the account that created the namespace.The name of the namespace.namespace
(Collection<String> namespace) The name of the namespace.namespaceId
(String namespaceId) The system-assigned unique identifier for the namespace.ownerAccountId
(String ownerAccountId) The ID of the account that owns the namespace.tableBucketId
(String tableBucketId) The system-assigned unique identifier for the table bucket that contains this namespace.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.
-
createdAt
The date and time the namespace was created at.
- Parameters:
createdAt
- The date and time the namespace was created at.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The ID of the account that created the namespace.
- Parameters:
createdBy
- The ID of the account that created the namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerAccountId
The ID of the account that owns the namespace.
- Parameters:
ownerAccountId
- The ID of the account that owns the namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaceId
The system-assigned unique identifier for the namespace.
- Parameters:
namespaceId
- The system-assigned unique identifier for the namespace.- 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 that contains this namespace.
- Parameters:
tableBucketId
- The system-assigned unique identifier for the table bucket that contains this namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-