Interface GetTableRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetTableRequest.Builder,GetTableRequest>,S3TablesRequest.Builder,SdkBuilder<GetTableRequest.Builder,GetTableRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetTableRequest
public static interface GetTableRequest.Builder extends S3TablesRequest.Builder, SdkPojo, CopyableBuilder<GetTableRequest.Builder,GetTableRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTableRequest.Buildername(String name)The name of the table.GetTableRequest.Buildernamespace(String namespace)The name of the namespace the table is associated with.GetTableRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTableRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTableRequest.BuildertableBucketARN(String tableBucketARN)The Amazon Resource Name (ARN) of the table bucket associated with the table.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3tables.model.S3TablesRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
tableBucketARN
GetTableRequest.Builder tableBucketARN(String tableBucketARN)
The Amazon Resource Name (ARN) of the table bucket associated with the table.
- Parameters:
tableBucketARN- The Amazon Resource Name (ARN) of the table bucket associated with the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
GetTableRequest.Builder namespace(String namespace)
The name of the namespace the table is associated with.
- Parameters:
namespace- The name of the namespace the table is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetTableRequest.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.
-
overrideConfiguration
GetTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-