Interface CreateConfiguredTableAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<CreateConfiguredTableAssociationRequest.Builder,CreateConfiguredTableAssociationRequest>,SdkBuilder<CreateConfiguredTableAssociationRequest.Builder,CreateConfiguredTableAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateConfiguredTableAssociationRequest
public static interface CreateConfiguredTableAssociationRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<CreateConfiguredTableAssociationRequest.Builder,CreateConfiguredTableAssociationRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
CreateConfiguredTableAssociationRequest.Builder name(String name)
The name of the configured table association. This name is used to query the underlying configured table.
- Parameters:
name- The name of the configured table association. This name is used to query the underlying configured table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateConfiguredTableAssociationRequest.Builder description(String description)
A description for the configured table association.
- Parameters:
description- A description for the configured table association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipIdentifier
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredTableIdentifier
CreateConfiguredTableAssociationRequest.Builder configuredTableIdentifier(String configuredTableIdentifier)
A unique identifier for the configured table to be associated to. Currently accepts a configured table ID.
- Parameters:
configuredTableIdentifier- A unique identifier for the configured table to be associated to. Currently accepts a configured table ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
CreateConfiguredTableAssociationRequest.Builder roleArn(String roleArn)
The service will assume this role to access catalog metadata and query the table.
- Parameters:
roleArn- The service will assume this role to access catalog metadata and query the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateConfiguredTableAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateConfiguredTableAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-