Interface GetNamespaceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetNamespaceResponse.Builder,
,GetNamespaceResponse> S3TablesResponse.Builder
,SdkBuilder<GetNamespaceResponse.Builder,
,GetNamespaceResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetNamespaceResponse
@Mutable
@NotThreadSafe
public static interface GetNamespaceResponse.Builder
extends S3TablesResponse.Builder, SdkPojo, CopyableBuilder<GetNamespaceResponse.Builder,GetNamespaceResponse>
-
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 unique identifier of the namespace.ownerAccountId
(String ownerAccountId) The ID of the account that owns the namespcace.tableBucketId
(String tableBucketId) The unique identifier of the table bucket containing this namespace.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.s3tables.model.S3TablesResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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 namespcace.
- Parameters:
ownerAccountId
- The ID of the account that owns the namespcace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaceId
The unique identifier of the namespace.
- Parameters:
namespaceId
- The unique identifier of the namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableBucketId
The unique identifier of the table bucket containing this namespace.
- Parameters:
tableBucketId
- The unique identifier of the table bucket containing this namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-