Interface LayoutSummary.Builder

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

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

    • layoutArn

      LayoutSummary.Builder layoutArn(String layoutArn)

      The Amazon Resource Name (ARN) of the layout.

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

      LayoutSummary.Builder layoutId(String layoutId)

      The unique identifier for of the layout.

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

      The name of the layout.

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