Interface GetTableBucketResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetTableBucketResponse.Builder,
,GetTableBucketResponse> S3TablesResponse.Builder
,SdkBuilder<GetTableBucketResponse.Builder,
,GetTableBucketResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetTableBucketResponse
@Mutable
@NotThreadSafe
public static interface GetTableBucketResponse.Builder
extends S3TablesResponse.Builder, SdkPojo, CopyableBuilder<GetTableBucketResponse.Builder,GetTableBucketResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the table bucket.The date and time the table bucket was created.The name of the table bucketownerAccountId
(String ownerAccountId) The ID of the account that owns the table bucket.tableBucketId
(String tableBucketId) The unique identifier of 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.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
-
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.
- Parameters:
createdAt
- The date and time the table bucket was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableBucketId
The unique identifier of the table bucket.
- Parameters:
tableBucketId
- The unique identifier of 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:
-