public static interface ViewSummary.Builder extends SdkPojo, CopyableBuilder<ViewSummary.Builder,ViewSummary>
| Modifier and Type | Method and Description |
|---|---|
ViewSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the view.
|
ViewSummary.Builder |
description(String description)
The description of the view.
|
ViewSummary.Builder |
id(String id)
The identifier of the view.
|
ViewSummary.Builder |
name(String name)
The name of the view.
|
ViewSummary.Builder |
status(String status)
Indicates the view status as either
SAVED or PUBLISHED. |
ViewSummary.Builder |
status(ViewStatus status)
Indicates the view status as either
SAVED or PUBLISHED. |
ViewSummary.Builder |
type(String type)
The type of the view.
|
ViewSummary.Builder |
type(ViewType type)
The type of the view.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildViewSummary.Builder id(String id)
The identifier of the view.
id - The identifier of the view.ViewSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the view.
arn - The Amazon Resource Name (ARN) of the view.ViewSummary.Builder name(String name)
The name of the view.
name - The name of the view.ViewSummary.Builder type(String type)
The type of the view.
ViewSummary.Builder type(ViewType type)
The type of the view.
ViewSummary.Builder status(String status)
Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED
status will initiate validation on the content.
status - Indicates the view status as either SAVED or PUBLISHED. The
PUBLISHED status will initiate validation on the content.ViewStatus,
ViewStatusViewSummary.Builder status(ViewStatus status)
Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED
status will initiate validation on the content.
status - Indicates the view status as either SAVED or PUBLISHED. The
PUBLISHED status will initiate validation on the content.ViewStatus,
ViewStatusViewSummary.Builder description(String description)
The description of the view.
description - The description of the view.Copyright © 2023. All rights reserved.