Interface UpdateAutomatedDiscoveryConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAutomatedDiscoveryConfigurationRequest.Builder,UpdateAutomatedDiscoveryConfigurationRequest>,Macie2Request.Builder,SdkBuilder<UpdateAutomatedDiscoveryConfigurationRequest.Builder,UpdateAutomatedDiscoveryConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAutomatedDiscoveryConfigurationRequest
public static interface UpdateAutomatedDiscoveryConfigurationRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<UpdateAutomatedDiscoveryConfigurationRequest.Builder,UpdateAutomatedDiscoveryConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAutomatedDiscoveryConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAutomatedDiscoveryConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateAutomatedDiscoveryConfigurationRequest.Builderstatus(String status)The new status of automated sensitive data discovery for the account.UpdateAutomatedDiscoveryConfigurationRequest.Builderstatus(AutomatedDiscoveryStatus status)The new status of automated sensitive data discovery for the account.-
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.services.macie2.model.Macie2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
status
UpdateAutomatedDiscoveryConfigurationRequest.Builder status(String status)
The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, start or resume automated sensitive data discovery activities for the account; and, DISABLED, stop performing automated sensitive data discovery activities for the account.
When you enable automated sensitive data discovery for the first time, Amazon Macie uses default configuration settings to determine which data sources to analyze and which managed data identifiers to use. To change these settings, use the UpdateClassificationScope and UpdateSensitivityInspectionTemplate operations, respectively. If you change the settings and subsequently disable the configuration, Amazon Macie retains your changes.
- Parameters:
status- The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, start or resume automated sensitive data discovery activities for the account; and, DISABLED, stop performing automated sensitive data discovery activities for the account.When you enable automated sensitive data discovery for the first time, Amazon Macie uses default configuration settings to determine which data sources to analyze and which managed data identifiers to use. To change these settings, use the UpdateClassificationScope and UpdateSensitivityInspectionTemplate operations, respectively. If you change the settings and subsequently disable the configuration, Amazon Macie retains your changes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutomatedDiscoveryStatus,AutomatedDiscoveryStatus
-
status
UpdateAutomatedDiscoveryConfigurationRequest.Builder status(AutomatedDiscoveryStatus status)
The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, start or resume automated sensitive data discovery activities for the account; and, DISABLED, stop performing automated sensitive data discovery activities for the account.
When you enable automated sensitive data discovery for the first time, Amazon Macie uses default configuration settings to determine which data sources to analyze and which managed data identifiers to use. To change these settings, use the UpdateClassificationScope and UpdateSensitivityInspectionTemplate operations, respectively. If you change the settings and subsequently disable the configuration, Amazon Macie retains your changes.
- Parameters:
status- The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, start or resume automated sensitive data discovery activities for the account; and, DISABLED, stop performing automated sensitive data discovery activities for the account.When you enable automated sensitive data discovery for the first time, Amazon Macie uses default configuration settings to determine which data sources to analyze and which managed data identifiers to use. To change these settings, use the UpdateClassificationScope and UpdateSensitivityInspectionTemplate operations, respectively. If you change the settings and subsequently disable the configuration, Amazon Macie retains your changes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutomatedDiscoveryStatus,AutomatedDiscoveryStatus
-
overrideConfiguration
UpdateAutomatedDiscoveryConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAutomatedDiscoveryConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-