Interface CreateNamespaceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateNamespaceResponse.Builder,
,CreateNamespaceResponse> S3TablesResponse.Builder
,SdkBuilder<CreateNamespaceResponse.Builder,
,CreateNamespaceResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateNamespaceResponse
@Mutable
@NotThreadSafe
public static interface CreateNamespaceResponse.Builder
extends S3TablesResponse.Builder, SdkPojo, CopyableBuilder<CreateNamespaceResponse.Builder,CreateNamespaceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the namespace.namespace
(Collection<String> namespace) The name of the namespace.tableBucketARN
(String tableBucketARN) The Amazon Resource Name (ARN) of the table bucket the namespace was created in.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
-
tableBucketARN
The Amazon Resource Name (ARN) of the table bucket the namespace was created in.
- Parameters:
tableBucketARN
- The Amazon Resource Name (ARN) of the table bucket the namespace was created in.- 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.
-
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.
-