Interface GetLayoutResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, ConnectCasesResponse.Builder, CopyableBuilder<GetLayoutResponse.Builder,GetLayoutResponse>, SdkBuilder<GetLayoutResponse.Builder,GetLayoutResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetLayoutResponse

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

    • content

      Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.

      Parameters:
      content - Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • content

      Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.

      This is a convenience method that creates an instance of the LayoutContent.Builder avoiding the need to create one manually via LayoutContent.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to content(LayoutContent).

      Parameters:
      content - a consumer that will call methods on LayoutContent.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • layoutArn

      GetLayoutResponse.Builder layoutArn(String layoutArn)

      The Amazon Resource Name (ARN) of the newly created layout.

      Parameters:
      layoutArn - The Amazon Resource Name (ARN) of the newly created layout.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • layoutId

      GetLayoutResponse.Builder layoutId(String layoutId)

      The unique identifier of the layout.

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

      The name of the layout. It must be unique.

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

      A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

      Parameters:
      tags - A map of of key-value pairs that represent tags on a resource. Tags are 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.