Uses of Interface
software.amazon.awssdk.services.s3tables.model.PutTablePolicyRequest.Builder
-
Packages that use PutTablePolicyRequest.Builder Package Description software.amazon.awssdk.services.s3tables An Amazon S3 table represents a structured dataset consisting of tabular data in Apache Parquet format and related metadata.software.amazon.awssdk.services.s3tables.model -
-
Uses of PutTablePolicyRequest.Builder in software.amazon.awssdk.services.s3tables
Method parameters in software.amazon.awssdk.services.s3tables with type arguments of type PutTablePolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<PutTablePolicyResponse>S3TablesAsyncClient. putTablePolicy(Consumer<PutTablePolicyRequest.Builder> putTablePolicyRequest)Creates a new maintenance configuration or replaces an existing table policy for a table.default PutTablePolicyResponseS3TablesClient. putTablePolicy(Consumer<PutTablePolicyRequest.Builder> putTablePolicyRequest)Creates a new maintenance configuration or replaces an existing table policy for a table. -
Uses of PutTablePolicyRequest.Builder in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return PutTablePolicyRequest.Builder Modifier and Type Method Description static PutTablePolicyRequest.BuilderPutTablePolicyRequest. builder()PutTablePolicyRequest.BuilderPutTablePolicyRequest.Builder. name(String name)The name of the table.PutTablePolicyRequest.BuilderPutTablePolicyRequest.Builder. namespace(String namespace)The namespace associated with the table.PutTablePolicyRequest.BuilderPutTablePolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutTablePolicyRequest.BuilderPutTablePolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutTablePolicyRequest.BuilderPutTablePolicyRequest.Builder. resourcePolicy(String resourcePolicy)TheJSONthat defines the policy.PutTablePolicyRequest.BuilderPutTablePolicyRequest.Builder. tableBucketARN(String tableBucketARN)The Amazon Resource Name (ARN) of the table bucket that contains the table.PutTablePolicyRequest.BuilderPutTablePolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.s3tables.model that return types with arguments of type PutTablePolicyRequest.Builder Modifier and Type Method Description static Class<? extends PutTablePolicyRequest.Builder>PutTablePolicyRequest. serializableBuilderClass()
-