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 Details

    • 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

      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

      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

      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

      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

      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

      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.