Interface GetTableResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetTableResponse.Builder,GetTableResponse>,S3TablesResponse.Builder,SdkBuilder<GetTableResponse.Builder,GetTableResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetTableResponse
public static interface GetTableResponse.Builder extends S3TablesResponse.Builder, SdkPojo, CopyableBuilder<GetTableResponse.Builder,GetTableResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTableResponse.BuildercreatedAt(Instant createdAt)The date and time the table bucket was created at.GetTableResponse.BuildercreatedBy(String createdBy)The ID of the account that created the table.GetTableResponse.Builderformat(String format)The format of the table.GetTableResponse.Builderformat(OpenTableFormat format)The format of the table.GetTableResponse.BuildermanagedByService(String managedByService)The service that manages the table.GetTableResponse.BuildermetadataLocation(String metadataLocation)The metadata location of the table.GetTableResponse.BuildermodifiedAt(Instant modifiedAt)The date and time the table was last modified on.GetTableResponse.BuildermodifiedBy(String modifiedBy)The ID of the account that last modified the table.GetTableResponse.Buildername(String name)The name of the table.GetTableResponse.Buildernamespace(String... namespace)The namespace associated with the table.GetTableResponse.Buildernamespace(Collection<String> namespace)The namespace associated with the table.GetTableResponse.BuilderownerAccountId(String ownerAccountId)The ID of the account that owns the table.GetTableResponse.BuildertableARN(String tableARN)The Amazon Resource Name (ARN) of the table.GetTableResponse.Buildertype(String type)The type of the table.GetTableResponse.Buildertype(TableType type)The type of the table.GetTableResponse.BuilderversionToken(String versionToken)The version token of the table.GetTableResponse.BuilderwarehouseLocation(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 Detail
-
name
GetTableResponse.Builder name(String 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
GetTableResponse.Builder type(String type)
The type of the table.
-
type
GetTableResponse.Builder type(TableType type)
The type of the table.
-
tableARN
GetTableResponse.Builder tableARN(String 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
GetTableResponse.Builder namespace(Collection<String> 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
GetTableResponse.Builder namespace(String... 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.
-
versionToken
GetTableResponse.Builder versionToken(String 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
GetTableResponse.Builder metadataLocation(String 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
GetTableResponse.Builder warehouseLocation(String 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
GetTableResponse.Builder createdAt(Instant 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
GetTableResponse.Builder createdBy(String 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
GetTableResponse.Builder managedByService(String 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
GetTableResponse.Builder modifiedAt(Instant 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
GetTableResponse.Builder modifiedBy(String 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
GetTableResponse.Builder ownerAccountId(String 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
GetTableResponse.Builder format(String 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:
OpenTableFormat,OpenTableFormat
-
format
GetTableResponse.Builder format(OpenTableFormat 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:
OpenTableFormat,OpenTableFormat
-
-