Interface LayoutSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LayoutSummary.Builder,
,LayoutSummary> SdkBuilder<LayoutSummary.Builder,
,LayoutSummary> SdkPojo
- Enclosing class:
LayoutSummary
@Mutable
@NotThreadSafe
public static interface LayoutSummary.Builder
extends SdkPojo, CopyableBuilder<LayoutSummary.Builder,LayoutSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the layout.The unique identifier for of the layout.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-