public static interface ConfiguredTableAssociationSummary.Builder extends SdkPojo, CopyableBuilder<ConfiguredTableAssociationSummary.Builder,ConfiguredTableAssociationSummary>
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTableAssociationSummary.Builder |
arn(String arn)
The unique ARN for the configured table association.
|
ConfiguredTableAssociationSummary.Builder |
configuredTableId(String configuredTableId)
The unique configured table ID that this configured table association refers to.
|
ConfiguredTableAssociationSummary.Builder |
createTime(Instant createTime)
The time the configured table association was created.
|
ConfiguredTableAssociationSummary.Builder |
id(String id)
The unique ID for the configured table association.
|
ConfiguredTableAssociationSummary.Builder |
membershipArn(String membershipArn)
The unique ARN for the membership that the configured table association belongs to.
|
ConfiguredTableAssociationSummary.Builder |
membershipId(String membershipId)
The unique ID for the membership that the configured table association belongs to.
|
ConfiguredTableAssociationSummary.Builder |
name(String name)
The name of the configured table association.
|
ConfiguredTableAssociationSummary.Builder |
updateTime(Instant updateTime)
The time the configured table association was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfiguredTableAssociationSummary.Builder configuredTableId(String configuredTableId)
The unique configured table ID that this configured table association refers to.
configuredTableId - The unique configured table ID that this configured table association refers to.ConfiguredTableAssociationSummary.Builder membershipId(String membershipId)
The unique ID for the membership that the configured table association belongs to.
membershipId - The unique ID for the membership that the configured table association belongs to.ConfiguredTableAssociationSummary.Builder membershipArn(String membershipArn)
The unique ARN for the membership that the configured table association belongs to.
membershipArn - The unique ARN for the membership that the configured table association belongs to.ConfiguredTableAssociationSummary.Builder name(String name)
The name of the configured table association. The table is identified by this name when running Protected Queries against the underlying data.
name - The name of the configured table association. The table is identified by this name when running
Protected Queries against the underlying data.ConfiguredTableAssociationSummary.Builder createTime(Instant createTime)
The time the configured table association was created.
createTime - The time the configured table association was created.ConfiguredTableAssociationSummary.Builder updateTime(Instant updateTime)
The time the configured table association was last updated.
updateTime - The time the configured table association was last updated.ConfiguredTableAssociationSummary.Builder id(String id)
The unique ID for the configured table association.
id - The unique ID for the configured table association.ConfiguredTableAssociationSummary.Builder arn(String arn)
The unique ARN for the configured table association.
arn - The unique ARN for the configured table association.Copyright © 2023. All rights reserved.