Interface ConfiguredTableAssociationSummary.Builder

    • 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.