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