public static interface DeleteLoggingConfigurationRequest.Builder extends AmpRequest.Builder, SdkPojo, CopyableBuilder<DeleteLoggingConfigurationRequest.Builder,DeleteLoggingConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteLoggingConfigurationRequest.Builder |
clientToken(String clientToken)
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
|
DeleteLoggingConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteLoggingConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteLoggingConfigurationRequest.Builder |
workspaceId(String workspaceId)
The ID of the workspace to vend logs to.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteLoggingConfigurationRequest.Builder clientToken(String clientToken)
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
clientToken - Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.DeleteLoggingConfigurationRequest.Builder workspaceId(String workspaceId)
The ID of the workspace to vend logs to.
workspaceId - The ID of the workspace to vend logs to.DeleteLoggingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteLoggingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.