Interface PutIntelligenceConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchOmniRequest.Builder,CopyableBuilder<PutIntelligenceConfigurationRequest.Builder,,PutIntelligenceConfigurationRequest> SdkBuilder<PutIntelligenceConfigurationRequest.Builder,,PutIntelligenceConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
PutIntelligenceConfigurationRequest
@Mutable
@NotThreadSafe
public static interface PutIntelligenceConfigurationRequest.Builder
extends CloudWatchOmniRequest.Builder, SdkPojo, CopyableBuilder<PutIntelligenceConfigurationRequest.Builder,PutIntelligenceConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) Idempotency token for safe retries.Optional KMS key ARN to configure customer-managed encryption for anomaly data.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.removeKmsKey(Boolean removeKmsKey) Set to true to disassociate the configured KMS key.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudwatchomni.model.CloudWatchOmniRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
kmsKeyArn
Optional KMS key ARN to configure customer-managed encryption for anomaly data.
- Parameters:
kmsKeyArn- Optional KMS key ARN to configure customer-managed encryption for anomaly data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeKmsKey
Set to true to disassociate the configured KMS key. Mutually exclusive with kmsKeyArn; the service returns ValidationException if both are provided.
- Parameters:
removeKmsKey- Set to true to disassociate the configured KMS key. Mutually exclusive with kmsKeyArn; the service returns ValidationException if both are provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
Idempotency token for safe retries. Repeating a request with the same token applies the update at most once instead of reprocessing it.
- Parameters:
clientToken- Idempotency token for safe retries. Repeating a request with the same token applies the update at most once instead of reprocessing it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutIntelligenceConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutIntelligenceConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-