public static interface CreateConfiguredTableAssociationRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<CreateConfiguredTableAssociationRequest.Builder,CreateConfiguredTableAssociationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConfiguredTableAssociationRequest.Builder name(String name)
The name of the configured table association. This name is used to query the underlying configured table.
name - The name of the configured table association. This name is used to query the underlying configured
table.CreateConfiguredTableAssociationRequest.Builder description(String description)
A description for the configured table association.
description - A description for the configured table association.CreateConfiguredTableAssociationRequest.Builder membershipIdentifier(String membershipIdentifier)
A unique identifier for one of your memberships for a collaboration. The configured table is associated to the collaboration that this membership belongs to. Currently accepts a membership ID.
membershipIdentifier - A unique identifier for one of your memberships for a collaboration. The configured table is
associated to the collaboration that this membership belongs to. Currently accepts a membership ID.CreateConfiguredTableAssociationRequest.Builder configuredTableIdentifier(String configuredTableIdentifier)
A unique identifier for the configured table to be associated to. Currently accepts a configured table ID.
configuredTableIdentifier - A unique identifier for the configured table to be associated to. Currently accepts a configured table
ID.CreateConfiguredTableAssociationRequest.Builder roleArn(String roleArn)
The service will assume this role to access catalog metadata and query the table.
roleArn - The service will assume this role to access catalog metadata and query the table.CreateConfiguredTableAssociationRequest.Builder tags(Map<String,String> tags)
An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
tags - An optional label that you can assign to a resource when you create it. Each tag consists of a key and
an optional value, both of which you define. When you use tagging, you can also use tag-based access
control in IAM policies to control access to this resource.CreateConfiguredTableAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateConfiguredTableAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.