Interface CreateDashboardResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateDashboardResponse.Builder,
,CreateDashboardResponse> IoTSiteWiseResponse.Builder
,SdkBuilder<CreateDashboardResponse.Builder,
,CreateDashboardResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateDashboardResponse
public static interface CreateDashboardResponse.Builder
extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<CreateDashboardResponse.Builder,CreateDashboardResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondashboardArn
(String dashboardArn) The ARN of the dashboard, which has the following format.dashboardId
(String dashboardId) The ID of the dashboard.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
dashboardId
The ID of the dashboard.
- Parameters:
dashboardId
- The ID of the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardArn
The ARN of the dashboard, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
- Parameters:
dashboardArn
- The ARN of the dashboard, which has the following format.arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-