Interface GetTablePolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetTablePolicyRequest.Builder,GetTablePolicyRequest>,S3TablesRequest.Builder,SdkBuilder<GetTablePolicyRequest.Builder,GetTablePolicyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetTablePolicyRequest
public static interface GetTablePolicyRequest.Builder extends S3TablesRequest.Builder, SdkPojo, CopyableBuilder<GetTablePolicyRequest.Builder,GetTablePolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTablePolicyRequest.Buildername(String name)The name of the table.GetTablePolicyRequest.Buildernamespace(String namespace)The namespace associated with the table.GetTablePolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTablePolicyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTablePolicyRequest.BuildertableBucketARN(String tableBucketARN)The Amazon Resource Name (ARN) of the table bucket that contains 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
GetTablePolicyRequest.Builder tableBucketARN(String tableBucketARN)
The Amazon Resource Name (ARN) of the table bucket that contains the table.
- Parameters:
tableBucketARN- The Amazon Resource Name (ARN) of the table bucket that contains the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
GetTablePolicyRequest.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.
-
name
GetTablePolicyRequest.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
GetTablePolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetTablePolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-