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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LayoutSummary.BuilderlayoutArn(String layoutArn)The Amazon Resource Name (ARN) of the layout.LayoutSummary.BuilderlayoutId(String layoutId)The unique identifier for of the layout.LayoutSummary.Buildername(String name)The name of the layout.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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
LayoutSummary.Builder name(String 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.
-
-