public static interface LayoutSummary.Builder extends SdkPojo, CopyableBuilder<LayoutSummary.Builder,LayoutSummary>
| Modifier and Type | Method and Description |
|---|---|
LayoutSummary.Builder |
layoutArn(String layoutArn)
The Amazon Resource Name (ARN) of the layout.
|
LayoutSummary.Builder |
layoutId(String layoutId)
The unique identifier for of the layout.
|
LayoutSummary.Builder |
name(String name)
The name of the layout.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLayoutSummary.Builder layoutArn(String layoutArn)
The Amazon Resource Name (ARN) of the layout.
layoutArn - The Amazon Resource Name (ARN) of the layout.LayoutSummary.Builder layoutId(String layoutId)
The unique identifier for of the layout.
layoutId - The unique identifier for of the layout.LayoutSummary.Builder name(String name)
The name of the layout.
name - The name of the layout.Copyright © 2023. All rights reserved.