Interface AuditCheckConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AuditCheckConfiguration.Builder,,AuditCheckConfiguration> SdkBuilder<AuditCheckConfiguration.Builder,,AuditCheckConfiguration> SdkPojo
- Enclosing class:
 AuditCheckConfiguration
public static interface AuditCheckConfiguration.Builder
extends SdkPojo, CopyableBuilder<AuditCheckConfiguration.Builder,AuditCheckConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionconfiguration(Map<ConfigName, String> configuration) A structure containing the configName and corresponding configValue for configuring audit checks.configurationWithStrings(Map<String, String> configuration) A structure containing the configName and corresponding configValue for configuring audit checks.True if this audit check is enabled for this account.Methods 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
- 
enabled
True if this audit check is enabled for this account.
- Parameters:
 enabled- True if this audit check is enabled for this account.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
configurationWithStrings
A structure containing the configName and corresponding configValue for configuring audit checks.
- Parameters:
 configuration- A structure containing the configName and corresponding configValue for configuring audit checks.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
configuration
A structure containing the configName and corresponding configValue for configuring audit checks.
- Parameters:
 configuration- A structure containing the configName and corresponding configValue for configuring audit checks.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -