public static interface DashboardVersion.Builder extends SdkPojo, CopyableBuilder<DashboardVersion.Builder,DashboardVersion>
| Modifier and Type | Method and Description |
|---|---|
DashboardVersion.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
DashboardVersion.Builder |
createdTime(Instant createdTime)
The time that this dashboard version was created.
|
DashboardVersion.Builder |
dataSetArns(Collection<String> dataSetArns)
The Amazon Resource Numbers (ARNs) for the datasets that are associated with a version of the dashboard.
|
DashboardVersion.Builder |
dataSetArns(String... dataSetArns)
The Amazon Resource Numbers (ARNs) for the datasets that are associated with a version of the dashboard.
|
DashboardVersion.Builder |
description(String description)
Description.
|
DashboardVersion.Builder |
errors(Collection<DashboardError> errors)
Errors.
|
DashboardVersion.Builder |
errors(Consumer<DashboardError.Builder>... errors)
Errors.
|
DashboardVersion.Builder |
errors(DashboardError... errors)
Errors.
|
DashboardVersion.Builder |
sourceEntityArn(String sourceEntityArn)
Source entity ARN.
|
DashboardVersion.Builder |
status(ResourceStatus status)
The HTTP status of the request.
|
DashboardVersion.Builder |
status(String status)
The HTTP status of the request.
|
DashboardVersion.Builder |
versionNumber(Long versionNumber)
Version number.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDashboardVersion.Builder createdTime(Instant createdTime)
The time that this dashboard version was created.
createdTime - The time that this dashboard version was created.DashboardVersion.Builder errors(Collection<DashboardError> errors)
Errors.
errors - Errors.DashboardVersion.Builder errors(DashboardError... errors)
Errors.
errors - Errors.DashboardVersion.Builder errors(Consumer<DashboardError.Builder>... errors)
Errors.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) DashboardVersion.Builder versionNumber(Long versionNumber)
Version number.
versionNumber - Version number.DashboardVersion.Builder status(String status)
The HTTP status of the request.
status - The HTTP status of the request.ResourceStatus,
ResourceStatusDashboardVersion.Builder status(ResourceStatus status)
The HTTP status of the request.
status - The HTTP status of the request.ResourceStatus,
ResourceStatusDashboardVersion.Builder arn(String arn)
The Amazon Resource Name (ARN) of the resource.
arn - The Amazon Resource Name (ARN) of the resource.DashboardVersion.Builder sourceEntityArn(String sourceEntityArn)
Source entity ARN.
sourceEntityArn - Source entity ARN.DashboardVersion.Builder dataSetArns(Collection<String> dataSetArns)
The Amazon Resource Numbers (ARNs) for the datasets that are associated with a version of the dashboard.
dataSetArns - The Amazon Resource Numbers (ARNs) for the datasets that are associated with a version of the
dashboard.DashboardVersion.Builder dataSetArns(String... dataSetArns)
The Amazon Resource Numbers (ARNs) for the datasets that are associated with a version of the dashboard.
dataSetArns - The Amazon Resource Numbers (ARNs) for the datasets that are associated with a version of the
dashboard.DashboardVersion.Builder description(String description)
Description.
description - Description.Copyright © 2020. All rights reserved.