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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDashboardResponse.BuilderdashboardArn(String dashboardArn)The ARN of the dashboard, which has the following format.CreateDashboardResponse.BuilderdashboardId(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 Detail
-
dashboardId
CreateDashboardResponse.Builder dashboardId(String 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
CreateDashboardResponse.Builder dashboardArn(String 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.
-
-