ConfiguredTableAssociation.Builder |
ConfiguredTableAssociation.Builder.arn(String arn) |
The unique ARN for the configured table association.
|
static ConfiguredTableAssociation.Builder |
ConfiguredTableAssociation.builder() |
|
ConfiguredTableAssociation.Builder |
ConfiguredTableAssociation.Builder.configuredTableArn(String configuredTableArn) |
The unique ARN for the configured table that the association refers to.
|
ConfiguredTableAssociation.Builder |
ConfiguredTableAssociation.Builder.configuredTableId(String configuredTableId) |
The unique ID for the configured table that the association refers to.
|
ConfiguredTableAssociation.Builder |
ConfiguredTableAssociation.Builder.createTime(Instant createTime) |
The time the configured table association was created.
|
ConfiguredTableAssociation.Builder |
ConfiguredTableAssociation.Builder.description(String description) |
A description of the configured table association.
|
ConfiguredTableAssociation.Builder |
ConfiguredTableAssociation.Builder.id(String id) |
The unique ID for the configured table association.
|
ConfiguredTableAssociation.Builder |
ConfiguredTableAssociation.Builder.membershipArn(String membershipArn) |
The unique ARN for the membership this configured table association belongs to.
|
ConfiguredTableAssociation.Builder |
ConfiguredTableAssociation.Builder.membershipId(String membershipId) |
The unique ID for the membership this configured table association belongs to.
|
ConfiguredTableAssociation.Builder |
ConfiguredTableAssociation.Builder.name(String name) |
The name of the configured table association, in lowercase.
|
ConfiguredTableAssociation.Builder |
ConfiguredTableAssociation.Builder.roleArn(String roleArn) |
The service will assume this role to access catalog metadata and query the table.
|
ConfiguredTableAssociation.Builder |
ConfiguredTableAssociation.toBuilder() |
|
ConfiguredTableAssociation.Builder |
ConfiguredTableAssociation.Builder.updateTime(Instant updateTime) |
The time the configured table association was last updated.
|