public static interface ConfiguredTableAssociation.Builder extends SdkPojo, CopyableBuilder<ConfiguredTableAssociation.Builder,ConfiguredTableAssociation>
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTableAssociation.Builder |
arn(String arn)
The unique ARN for the configured table association.
|
ConfiguredTableAssociation.Builder |
configuredTableArn(String configuredTableArn)
The unique ARN for the configured table that the association refers to.
|
ConfiguredTableAssociation.Builder |
configuredTableId(String configuredTableId)
The unique ID for the configured table that the association refers to.
|
ConfiguredTableAssociation.Builder |
createTime(Instant createTime)
The time the configured table association was created.
|
ConfiguredTableAssociation.Builder |
description(String description)
A description of the configured table association.
|
ConfiguredTableAssociation.Builder |
id(String id)
The unique ID for the configured table association.
|
ConfiguredTableAssociation.Builder |
membershipArn(String membershipArn)
The unique ARN for the membership this configured table association belongs to.
|
ConfiguredTableAssociation.Builder |
membershipId(String membershipId)
The unique ID for the membership this configured table association belongs to.
|
ConfiguredTableAssociation.Builder |
name(String name)
The name of the configured table association, in lowercase.
|
ConfiguredTableAssociation.Builder |
roleArn(String roleArn)
The service will assume this role to access catalog metadata and query the table.
|
ConfiguredTableAssociation.Builder |
updateTime(Instant updateTime)
The time the configured table association was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfiguredTableAssociation.Builder arn(String arn)
The unique ARN for the configured table association.
arn - The unique ARN for the configured table association.ConfiguredTableAssociation.Builder id(String id)
The unique ID for the configured table association.
id - The unique ID for the configured table association.ConfiguredTableAssociation.Builder configuredTableId(String configuredTableId)
The unique ID for the configured table that the association refers to.
configuredTableId - The unique ID for the configured table that the association refers to.ConfiguredTableAssociation.Builder configuredTableArn(String configuredTableArn)
The unique ARN for the configured table that the association refers to.
configuredTableArn - The unique ARN for the configured table that the association refers to.ConfiguredTableAssociation.Builder membershipId(String membershipId)
The unique ID for the membership this configured table association belongs to.
membershipId - The unique ID for the membership this configured table association belongs to.ConfiguredTableAssociation.Builder membershipArn(String membershipArn)
The unique ARN for the membership this configured table association belongs to.
membershipArn - The unique ARN for the membership this configured table association belongs to.ConfiguredTableAssociation.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.ConfiguredTableAssociation.Builder name(String name)
The name of the configured table association, in lowercase. The table is identified by this name when running protected queries against the underlying data.
name - The name of the configured table association, in lowercase. The table is identified by this name when
running protected queries against the underlying data.ConfiguredTableAssociation.Builder description(String description)
A description of the configured table association.
description - A description of the configured table association.ConfiguredTableAssociation.Builder createTime(Instant createTime)
The time the configured table association was created.
createTime - The time the configured table association was created.ConfiguredTableAssociation.Builder updateTime(Instant updateTime)
The time the configured table association was last updated.
updateTime - The time the configured table association was last updated.Copyright © 2023. All rights reserved.