Interface GetDomainLayoutResponse.Builder

  • Method Details

    • layoutDefinitionName

      GetDomainLayoutResponse.Builder layoutDefinitionName(String layoutDefinitionName)

      The unique name of the layout.

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

      GetDomainLayoutResponse.Builder description(String description)

      The description of the layout

      Parameters:
      description - The description of the layout
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      GetDomainLayoutResponse.Builder displayName(String displayName)

      The display name of the layout

      Parameters:
      displayName - The display name of the layout
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isDefault

      If set to true for a layout, this layout will be used by default to view data. If set to false, then the layout will not be used by default, but it can be used to view data by explicitly selecting it in the console.

      Parameters:
      isDefault - If set to true for a layout, this layout will be used by default to view data. If set to false, then the layout will not be used by default, but it can be used to view data by explicitly selecting it in the console.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • layoutType

      GetDomainLayoutResponse.Builder layoutType(String layoutType)

      The type of layout that can be used to view data under a Customer Profiles domain.

      Parameters:
      layoutType - The type of layout that can be used to view data under a Customer Profiles domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • layoutType

      The type of layout that can be used to view data under a Customer Profiles domain.

      Parameters:
      layoutType - The type of layout that can be used to view data under a Customer Profiles domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • layout

      A customizable layout that can be used to view data under a Customer Profiles domain.

      Parameters:
      layout - A customizable layout that can be used to view data under a Customer Profiles domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      The version used to create layout.

      Parameters:
      version - The version used to create layout.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The timestamp of when the layout was created.

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

      GetDomainLayoutResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The timestamp of when the layout was most recently updated.

      Parameters:
      lastUpdatedAt - The timestamp of when the layout was most recently updated.
      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.