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 this version of the dashboard.
|
DashboardVersion.Builder |
dataSetArns(String... dataSetArns)
The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.
|
DashboardVersion.Builder |
description(String description)
Description.
|
DashboardVersion.Builder |
errors(Collection<DashboardError> errors)
Errors associated with this dashboard version.
|
DashboardVersion.Builder |
errors(Consumer<DashboardError.Builder>... errors)
Errors associated with this dashboard version.
|
DashboardVersion.Builder |
errors(DashboardError... errors)
Errors associated with this dashboard version.
|
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 |
themeArn(String themeArn)
The ARN of the theme associated with a version of the dashboard.
|
DashboardVersion.Builder |
versionNumber(Long versionNumber)
Version number for this version of the dashboard.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DashboardVersion.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 associated with this dashboard version.
errors
- Errors associated with this dashboard version.DashboardVersion.Builder errors(DashboardError... errors)
Errors associated with this dashboard version.
errors
- Errors associated with this dashboard version.DashboardVersion.Builder errors(Consumer<DashboardError.Builder>... errors)
Errors associated with this dashboard version.
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 for this version of the dashboard.
versionNumber
- Version number for this version of the dashboard.DashboardVersion.Builder status(String status)
The HTTP status of the request.
status
- The HTTP status of the request.ResourceStatus
,
ResourceStatus
DashboardVersion.Builder status(ResourceStatus status)
The HTTP status of the request.
status
- The HTTP status of the request.ResourceStatus
,
ResourceStatus
DashboardVersion.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 this version of the dashboard.
dataSetArns
- The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the
dashboard.DashboardVersion.Builder dataSetArns(String... dataSetArns)
The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.
dataSetArns
- The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the
dashboard.DashboardVersion.Builder description(String description)
Description.
description
- Description.DashboardVersion.Builder themeArn(String themeArn)
The ARN of the theme associated with a version of the dashboard.
themeArn
- The ARN of the theme associated with a version of the dashboard.Copyright © 2020. All rights reserved.