Interface ConfiguredTableAssociationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConfiguredTableAssociationSummary.Builder,ConfiguredTableAssociationSummary>,SdkBuilder<ConfiguredTableAssociationSummary.Builder,ConfiguredTableAssociationSummary>,SdkPojo
- Enclosing class:
- ConfiguredTableAssociationSummary
public static interface ConfiguredTableAssociationSummary.Builder extends SdkPojo, CopyableBuilder<ConfiguredTableAssociationSummary.Builder,ConfiguredTableAssociationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfiguredTableAssociationSummary.Builderarn(String arn)The unique ARN for the configured table association.ConfiguredTableAssociationSummary.BuilderconfiguredTableId(String configuredTableId)The unique configured table ID that this configured table association refers to.ConfiguredTableAssociationSummary.BuildercreateTime(Instant createTime)The time the configured table association was created.ConfiguredTableAssociationSummary.Builderid(String id)The unique ID for the configured table association.ConfiguredTableAssociationSummary.BuildermembershipArn(String membershipArn)The unique ARN for the membership that the configured table association belongs to.ConfiguredTableAssociationSummary.BuildermembershipId(String membershipId)The unique ID for the membership that the configured table association belongs to.ConfiguredTableAssociationSummary.Buildername(String name)The name of the configured table association.ConfiguredTableAssociationSummary.BuilderupdateTime(Instant updateTime)The time the configured table association was last updated.-
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
-
configuredTableId
ConfiguredTableAssociationSummary.Builder configuredTableId(String configuredTableId)
The unique configured table ID that this configured table association refers to.
- Parameters:
configuredTableId- The unique configured table ID that this configured table association refers to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipId
ConfiguredTableAssociationSummary.Builder membershipId(String membershipId)
The unique ID for the membership that the configured table association belongs to.
- Parameters:
membershipId- The unique ID for the membership that the configured table association belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipArn
ConfiguredTableAssociationSummary.Builder membershipArn(String membershipArn)
The unique ARN for the membership that the configured table association belongs to.
- Parameters:
membershipArn- The unique ARN for the membership that the configured table association belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
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.
- Parameters:
name- The name of the configured table association. The table is identified by this name when running Protected Queries against the underlying data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
ConfiguredTableAssociationSummary.Builder createTime(Instant createTime)
The time the configured table association was created.
- Parameters:
createTime- The time the configured table association was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
ConfiguredTableAssociationSummary.Builder updateTime(Instant updateTime)
The time the configured table association was last updated.
- Parameters:
updateTime- The time the configured table association was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
ConfiguredTableAssociationSummary.Builder id(String id)
The unique ID for the configured table association.
- Parameters:
id- The unique ID for the configured table association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
ConfiguredTableAssociationSummary.Builder arn(String arn)
The unique ARN for the configured table association.
- Parameters:
arn- The unique ARN for the configured table association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-