Interface CreateDashboardRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateDashboardRequest.Builder,CreateDashboardRequest>,IoTSiteWiseRequest.Builder,SdkBuilder<CreateDashboardRequest.Builder,CreateDashboardRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateDashboardRequest
public static interface CreateDashboardRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<CreateDashboardRequest.Builder,CreateDashboardRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDashboardRequest.BuilderclientToken(String clientToken)A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.CreateDashboardRequest.BuilderdashboardDefinition(String dashboardDefinition)The dashboard definition specified in a JSON literal.CreateDashboardRequest.BuilderdashboardDescription(String dashboardDescription)A description for the dashboard.CreateDashboardRequest.BuilderdashboardName(String dashboardName)A friendly name for the dashboard.CreateDashboardRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDashboardRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateDashboardRequest.BuilderprojectId(String projectId)The ID of the project in which to create the dashboard.CreateDashboardRequest.Buildertags(Map<String,String> tags)A list of key-value pairs that contain metadata for the dashboard.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
projectId
CreateDashboardRequest.Builder projectId(String projectId)
The ID of the project in which to create the dashboard.
- Parameters:
projectId- The ID of the project in which to create the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardName
CreateDashboardRequest.Builder dashboardName(String dashboardName)
A friendly name for the dashboard.
- Parameters:
dashboardName- A friendly name for the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardDescription
CreateDashboardRequest.Builder dashboardDescription(String dashboardDescription)
A description for the dashboard.
- Parameters:
dashboardDescription- A description for the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardDefinition
CreateDashboardRequest.Builder dashboardDefinition(String dashboardDefinition)
The dashboard definition specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.
- Parameters:
dashboardDefinition- The dashboard definition specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
CreateDashboardRequest.Builder clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
- Parameters:
clientToken- A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateDashboardRequest.Builder tags(Map<String,String> tags)
A list of key-value pairs that contain metadata for the dashboard. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.
- Parameters:
tags- A list of key-value pairs that contain metadata for the dashboard. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateDashboardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDashboardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-