Interface UpdateDomainLayoutRequest.Builder

  • Method Details

    • domainName

      UpdateDomainLayoutRequest.Builder domainName(String domainName)

      The unique name of the domain.

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

      UpdateDomainLayoutRequest.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

      UpdateDomainLayoutRequest.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

      UpdateDomainLayoutRequest.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

      UpdateDomainLayoutRequest.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.
    • overrideConfiguration

      UpdateDomainLayoutRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.