Interface UpdateLoggingConfigurationRequest.Builder
-
- All Superinterfaces:
AmpRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLoggingConfigurationRequest.Builder,UpdateLoggingConfigurationRequest>,SdkBuilder<UpdateLoggingConfigurationRequest.Builder,UpdateLoggingConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateLoggingConfigurationRequest
public static interface UpdateLoggingConfigurationRequest.Builder extends AmpRequest.Builder, SdkPojo, CopyableBuilder<UpdateLoggingConfigurationRequest.Builder,UpdateLoggingConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateLoggingConfigurationRequest.BuilderclientToken(String clientToken)A unique identifier that you can provide to ensure the idempotency of the request.UpdateLoggingConfigurationRequest.BuilderlogGroupArn(String logGroupArn)The ARN of the CloudWatch log group to which the vended log data will be published.UpdateLoggingConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLoggingConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateLoggingConfigurationRequest.BuilderworkspaceId(String workspaceId)The ID of the workspace to update the logging configuration for.-
Methods inherited from interface software.amazon.awssdk.services.amp.model.AmpRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clientToken
UpdateLoggingConfigurationRequest.Builder clientToken(String clientToken)
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
- Parameters:
clientToken- A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupArn
UpdateLoggingConfigurationRequest.Builder logGroupArn(String logGroupArn)
The ARN of the CloudWatch log group to which the vended log data will be published.
- Parameters:
logGroupArn- The ARN of the CloudWatch log group to which the vended log data will be published.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceId
UpdateLoggingConfigurationRequest.Builder workspaceId(String workspaceId)
The ID of the workspace to update the logging configuration for.
- Parameters:
workspaceId- The ID of the workspace to update the logging configuration for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateLoggingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLoggingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-