@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAutomatedDiscoveryConfigurationRequest extends Macie2Request implements ToCopyableBuilder<UpdateAutomatedDiscoveryConfigurationRequest.Builder,UpdateAutomatedDiscoveryConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAutomatedDiscoveryConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateAutomatedDiscoveryConfigurationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAutomatedDiscoveryConfigurationRequest.Builder> |
serializableBuilderClass() |
AutomatedDiscoveryStatus |
status()
The new status of automated sensitive data discovery for the account.
|
String |
statusAsString()
The new status of automated sensitive data discovery for the account.
|
UpdateAutomatedDiscoveryConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
If the service returns an enum value that is not available in the current SDK version, status will
return AutomatedDiscoveryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
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 final String statusAsString()
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.
If the service returns an enum value that is not available in the current SDK version, status will
return AutomatedDiscoveryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAutomatedDiscoveryConfigurationRequest.Builder,UpdateAutomatedDiscoveryConfigurationRequest>toBuilder in class Macie2Requestpublic static UpdateAutomatedDiscoveryConfigurationRequest.Builder builder()
public static Class<? extends UpdateAutomatedDiscoveryConfigurationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.