@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDatalakeAutoEnableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteDatalakeAutoEnableRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDatalakeAutoEnableRequest |
clone() |
boolean |
equals(Object obj) |
List<AutoEnableNewRegionConfiguration> |
getRemoveFromConfigurationForNewAccounts()
Remove automatic enablement of configuration settings for new member accounts in Security Lake.
|
int |
hashCode() |
void |
setRemoveFromConfigurationForNewAccounts(Collection<AutoEnableNewRegionConfiguration> removeFromConfigurationForNewAccounts)
Remove automatic enablement of configuration settings for new member accounts in Security Lake.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDatalakeAutoEnableRequest |
withRemoveFromConfigurationForNewAccounts(AutoEnableNewRegionConfiguration... removeFromConfigurationForNewAccounts)
Remove automatic enablement of configuration settings for new member accounts in Security Lake.
|
DeleteDatalakeAutoEnableRequest |
withRemoveFromConfigurationForNewAccounts(Collection<AutoEnableNewRegionConfiguration> removeFromConfigurationForNewAccounts)
Remove automatic enablement of configuration settings for new member accounts in Security Lake.
|
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 List<AutoEnableNewRegionConfiguration> getRemoveFromConfigurationForNewAccounts()
Remove automatic enablement of configuration settings for new member accounts in Security Lake.
public void setRemoveFromConfigurationForNewAccounts(Collection<AutoEnableNewRegionConfiguration> removeFromConfigurationForNewAccounts)
Remove automatic enablement of configuration settings for new member accounts in Security Lake.
removeFromConfigurationForNewAccounts - Remove automatic enablement of configuration settings for new member accounts in Security Lake.public DeleteDatalakeAutoEnableRequest withRemoveFromConfigurationForNewAccounts(AutoEnableNewRegionConfiguration... removeFromConfigurationForNewAccounts)
Remove automatic enablement of configuration settings for new member accounts in Security Lake.
NOTE: This method appends the values to the existing list (if any). Use
setRemoveFromConfigurationForNewAccounts(java.util.Collection) or
withRemoveFromConfigurationForNewAccounts(java.util.Collection) if you want to override the existing
values.
removeFromConfigurationForNewAccounts - Remove automatic enablement of configuration settings for new member accounts in Security Lake.public DeleteDatalakeAutoEnableRequest withRemoveFromConfigurationForNewAccounts(Collection<AutoEnableNewRegionConfiguration> removeFromConfigurationForNewAccounts)
Remove automatic enablement of configuration settings for new member accounts in Security Lake.
removeFromConfigurationForNewAccounts - Remove automatic enablement of configuration settings for new member accounts in Security Lake.public String toString()
toString in class ObjectObject.toString()public DeleteDatalakeAutoEnableRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.