Interface EntityType.Builder

    • Method Detail

      • name

        EntityType.Builder name​(String name)

        The entity type name.

        Parameters:
        name - The entity type name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        EntityType.Builder description​(String description)

        The entity type description.

        Parameters:
        description - The entity type description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        EntityType.Builder lastUpdatedTime​(String lastUpdatedTime)

        Timestamp of when the entity type was last updated.

        Parameters:
        lastUpdatedTime - Timestamp of when the entity type was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        EntityType.Builder createdTime​(String createdTime)

        Timestamp of when the entity type was created.

        Parameters:
        createdTime - Timestamp of when the entity type was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        EntityType.Builder arn​(String arn)

        The entity type ARN.

        Parameters:
        arn - The entity type ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.