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