View.Builder |
View.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the view.
|
static View.Builder |
View.builder() |
|
default View.Builder |
View.Builder.content(Consumer<ViewContent.Builder> content) |
View content containing all content necessary to render a view except for runtime input data.
|
View.Builder |
View.Builder.content(ViewContent content) |
View content containing all content necessary to render a view except for runtime input data.
|
View.Builder |
View.Builder.createdTime(Instant createdTime) |
The timestamp of when the view was created.
|
View.Builder |
View.Builder.description(String description) |
The description of the view.
|
View.Builder |
View.Builder.id(String id) |
The identifier of the view.
|
View.Builder |
View.Builder.lastModifiedTime(Instant lastModifiedTime) |
Latest timestamp of the UpdateViewContent or CreateViewVersion operations.
|
View.Builder |
View.Builder.name(String name) |
The name of the view.
|
View.Builder |
View.Builder.status(String status) |
Indicates the view status as either SAVED or PUBLISHED.
|
View.Builder |
View.Builder.status(ViewStatus status) |
Indicates the view status as either SAVED or PUBLISHED.
|
View.Builder |
View.Builder.tags(Map<String,String> tags) |
The tags associated with the view resource (not specific to view version).
|
View.Builder |
View.toBuilder() |
|
View.Builder |
View.Builder.type(String type) |
The type of the view - CUSTOMER_MANAGED.
|
View.Builder |
View.Builder.type(ViewType type) |
The type of the view - CUSTOMER_MANAGED.
|
View.Builder |
View.Builder.version(Integer version) |
Current version of the view.
|
View.Builder |
View.Builder.versionDescription(String versionDescription) |
The description of the version.
|
View.Builder |
View.Builder.viewContentSha256(String viewContentSha256) |
Indicates the checksum value of the latest published view content.
|