Interface GetTableResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetTableResponse.Builder,
,GetTableResponse> S3TablesResponse.Builder
,SdkBuilder<GetTableResponse.Builder,
,GetTableResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetTableResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the table bucket was created at.The ID of the account that created the table.The format of the table.format
(OpenTableFormat format) The format of the table.managedByService
(String managedByService) The service that manages the table.metadataLocation
(String metadataLocation) The metadata location of the table.modifiedAt
(Instant modifiedAt) The date and time the table was last modified on.modifiedBy
(String modifiedBy) The ID of the account that last modified the table.The name of the table.The namespace associated with the table.namespace
(Collection<String> namespace) The namespace associated with the table.namespaceId
(String namespaceId) The unique identifier of the namespace containing this table.ownerAccountId
(String ownerAccountId) The ID of the account that owns the table.The Amazon Resource Name (ARN) of the table.tableBucketId
(String tableBucketId) The unique identifier of the table bucket containing this table.The type of the table.The type of the table.versionToken
(String versionToken) The version token of the table.warehouseLocation
(String warehouseLocation) The warehouse location of the table.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
-
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.
-
namespace
The namespace associated with the table.
- Parameters:
namespace
- The namespace associated with the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
The namespace associated with the table.
- Parameters:
namespace
- The namespace associated with the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaceId
The unique identifier of the namespace containing this table.
- Parameters:
namespaceId
- The unique identifier of the namespace containing this table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionToken
The version token of the table.
- Parameters:
versionToken
- The version token of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataLocation
The metadata location of the table.
- Parameters:
metadataLocation
- The metadata location of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
warehouseLocation
The warehouse location of the table.
- Parameters:
warehouseLocation
- The warehouse location 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 bucket was created at.
- Parameters:
createdAt
- The date and time the table bucket 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 table.
- Parameters:
createdBy
- The ID of the account that created the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedByService
The service that manages the table.
- Parameters:
managedByService
- The service that manages the table.- 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 on.
- Parameters:
modifiedAt
- The date and time the table was last modified on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedBy
The ID of the account that last modified the table.
- Parameters:
modifiedBy
- The ID of the account that last modified the table.- 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.
- Parameters:
ownerAccountId
- The ID of the account that owns the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
The format of the table.
- Parameters:
format
- The format of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the table.
- Parameters:
format
- The format of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tableBucketId
The unique identifier of the table bucket containing this table.
- Parameters:
tableBucketId
- The unique identifier of the table bucket containing this table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-