Interface AutomatedDiscoveryAccountUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedDiscoveryAccountUpdate.Builder,AutomatedDiscoveryAccountUpdate>,SdkBuilder<AutomatedDiscoveryAccountUpdate.Builder,AutomatedDiscoveryAccountUpdate>,SdkPojo
- Enclosing class:
- AutomatedDiscoveryAccountUpdate
public static interface AutomatedDiscoveryAccountUpdate.Builder extends SdkPojo, CopyableBuilder<AutomatedDiscoveryAccountUpdate.Builder,AutomatedDiscoveryAccountUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutomatedDiscoveryAccountUpdate.BuilderaccountId(String accountId)The Amazon Web Services account ID for the account.AutomatedDiscoveryAccountUpdate.Builderstatus(String status)The new status of automated sensitive data discovery for the account.AutomatedDiscoveryAccountUpdate.Builderstatus(AutomatedDiscoveryAccountStatus status)The new status of automated sensitive data discovery for the account.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
accountId
AutomatedDiscoveryAccountUpdate.Builder accountId(String accountId)
The Amazon Web Services account ID for the account.
- Parameters:
accountId- The Amazon Web Services account ID for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
AutomatedDiscoveryAccountUpdate.Builder status(String status)
The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.
- Parameters:
status- The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutomatedDiscoveryAccountStatus,AutomatedDiscoveryAccountStatus
-
status
AutomatedDiscoveryAccountUpdate.Builder status(AutomatedDiscoveryAccountStatus status)
The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.
- Parameters:
status- The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutomatedDiscoveryAccountStatus,AutomatedDiscoveryAccountStatus
-
-