Interface ListProfileObjectTypeItem.Builder

    • Method Detail

      • objectTypeName

        ListProfileObjectTypeItem.Builder objectTypeName​(String objectTypeName)

        The name of the profile object type.

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

        ListProfileObjectTypeItem.Builder description​(String description)

        Description of the profile object type.

        Parameters:
        description - Description of the profile object type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        ListProfileObjectTypeItem.Builder createdAt​(Instant createdAt)

        The timestamp of when the domain was created.

        Parameters:
        createdAt - The timestamp of when the domain was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        ListProfileObjectTypeItem.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        The timestamp of when the domain was most recently edited.

        Parameters:
        lastUpdatedAt - The timestamp of when the domain was most recently edited.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        ListProfileObjectTypeItem.Builder tags​(Map<String,​String> tags)

        The tags used to organize, track, or control access for this resource.

        Parameters:
        tags - The tags used to organize, track, or control access for this resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.