@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAutomatedDiscoveryConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateAutomatedDiscoveryConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAutomatedDiscoveryConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The new status of automated sensitive data discovery for the account.
|
int |
hashCode() |
void |
setStatus(String status)
The new status of automated sensitive data discovery for the account.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAutomatedDiscoveryConfigurationRequest |
withStatus(AutomatedDiscoveryStatus status)
The new status of automated sensitive data discovery for the account.
|
UpdateAutomatedDiscoveryConfigurationRequest |
withStatus(String status)
The new status of automated sensitive data discovery for the account.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic UpdateAutomatedDiscoveryConfigurationRequest()
public void setStatus(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.
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.
AutomatedDiscoveryStatuspublic String getStatus()
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.
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.
AutomatedDiscoveryStatuspublic UpdateAutomatedDiscoveryConfigurationRequest withStatus(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.
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.
AutomatedDiscoveryStatuspublic UpdateAutomatedDiscoveryConfigurationRequest withStatus(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.
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.
AutomatedDiscoveryStatuspublic String toString()
toString in class ObjectObject.toString()public UpdateAutomatedDiscoveryConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.