public static interface DeleteProjectRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<DeleteProjectRequest.Builder,DeleteProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteProjectRequest.Builder |
clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
DeleteProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteProjectRequest.Builder |
projectId(String projectId)
The ID of the project.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteProjectRequest.Builder projectId(String projectId)
The ID of the project.
projectId - The ID of the project.DeleteProjectRequest.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.
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.DeleteProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.