Interface CustomDataIdentifierSummary.Builder

    • Method Detail

      • arn

        CustomDataIdentifierSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the custom data identifier.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the custom data identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        CustomDataIdentifierSummary.Builder createdAt​(Instant createdAt)

        The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.

        Parameters:
        createdAt - The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CustomDataIdentifierSummary.Builder description​(String description)

        The custom description of the custom data identifier.

        Parameters:
        description - The custom description of the custom data identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        CustomDataIdentifierSummary.Builder id​(String id)

        The unique identifier for the custom data identifier.

        Parameters:
        id - The unique identifier for the custom data identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CustomDataIdentifierSummary.Builder name​(String name)

        The custom name of the custom data identifier.

        Parameters:
        name - The custom name of the custom data identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.