Interface DeleteDashboardRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteDashboardRequest.Builder,DeleteDashboardRequest>,IoTSiteWiseRequest.Builder,SdkBuilder<DeleteDashboardRequest.Builder,DeleteDashboardRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteDashboardRequest
public static interface DeleteDashboardRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<DeleteDashboardRequest.Builder,DeleteDashboardRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteDashboardRequest.BuilderclientToken(String clientToken)A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.DeleteDashboardRequest.BuilderdashboardId(String dashboardId)The ID of the dashboard to delete.DeleteDashboardRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteDashboardRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
dashboardId
DeleteDashboardRequest.Builder dashboardId(String dashboardId)
The ID of the dashboard to delete.
- Parameters:
dashboardId- The ID of the dashboard to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
DeleteDashboardRequest.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.
-
overrideConfiguration
DeleteDashboardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteDashboardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-