Interface ListProfileObjectTypeItem.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ListProfileObjectTypeItem.Builder,ListProfileObjectTypeItem>, SdkBuilder<ListProfileObjectTypeItem.Builder,ListProfileObjectTypeItem>, SdkPojo
Enclosing class:
ListProfileObjectTypeItem

public static interface ListProfileObjectTypeItem.Builder extends SdkPojo, CopyableBuilder<ListProfileObjectTypeItem.Builder,ListProfileObjectTypeItem>
  • Method Details

    • 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

      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

      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.