public static interface UpdateLoggingConfigurationRequest.Builder extends AmpRequest.Builder, SdkPojo, CopyableBuilder<UpdateLoggingConfigurationRequest.Builder,UpdateLoggingConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateLoggingConfigurationRequest.Builder |
clientToken(String clientToken)
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
|
UpdateLoggingConfigurationRequest.Builder |
logGroupArn(String logGroupArn)
The ARN of the CW log group to which the vended log data will be published.
|
UpdateLoggingConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLoggingConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLoggingConfigurationRequest.Builder |
workspaceId(String workspaceId)
The ID of the workspace to vend logs to.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLoggingConfigurationRequest.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.UpdateLoggingConfigurationRequest.Builder logGroupArn(String logGroupArn)
The ARN of the CW log group to which the vended log data will be published.
logGroupArn - The ARN of the CW log group to which the vended log data will be published.UpdateLoggingConfigurationRequest.Builder workspaceId(String workspaceId)
The ID of the workspace to vend logs to.
workspaceId - The ID of the workspace to vend logs to.UpdateLoggingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLoggingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.