@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDatalakeAutoEnableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateDatalakeAutoEnableRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateDatalakeAutoEnableRequest |
clone() |
boolean |
equals(Object obj) |
List<AutoEnableNewRegionConfiguration> |
getConfigurationForNewAccounts()
Enable Security Lake with the specified configuration settings to begin collecting security data for new accounts
in your organization.
|
int |
hashCode() |
void |
setConfigurationForNewAccounts(Collection<AutoEnableNewRegionConfiguration> configurationForNewAccounts)
Enable Security Lake with the specified configuration settings to begin collecting security data for new accounts
in your organization.
|
String |
toString()
Returns a string representation of this object.
|
CreateDatalakeAutoEnableRequest |
withConfigurationForNewAccounts(AutoEnableNewRegionConfiguration... configurationForNewAccounts)
Enable Security Lake with the specified configuration settings to begin collecting security data for new accounts
in your organization.
|
CreateDatalakeAutoEnableRequest |
withConfigurationForNewAccounts(Collection<AutoEnableNewRegionConfiguration> configurationForNewAccounts)
Enable Security Lake with the specified configuration settings to begin collecting security data for new accounts
in your organization.
|
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> getConfigurationForNewAccounts()
Enable Security Lake with the specified configuration settings to begin collecting security data for new accounts in your organization.
public void setConfigurationForNewAccounts(Collection<AutoEnableNewRegionConfiguration> configurationForNewAccounts)
Enable Security Lake with the specified configuration settings to begin collecting security data for new accounts in your organization.
configurationForNewAccounts - Enable Security Lake with the specified configuration settings to begin collecting security data for new
accounts in your organization.public CreateDatalakeAutoEnableRequest withConfigurationForNewAccounts(AutoEnableNewRegionConfiguration... configurationForNewAccounts)
Enable Security Lake with the specified configuration settings to begin collecting security data for new accounts in your organization.
NOTE: This method appends the values to the existing list (if any). Use
setConfigurationForNewAccounts(java.util.Collection) or
withConfigurationForNewAccounts(java.util.Collection) if you want to override the existing values.
configurationForNewAccounts - Enable Security Lake with the specified configuration settings to begin collecting security data for new
accounts in your organization.public CreateDatalakeAutoEnableRequest withConfigurationForNewAccounts(Collection<AutoEnableNewRegionConfiguration> configurationForNewAccounts)
Enable Security Lake with the specified configuration settings to begin collecting security data for new accounts in your organization.
configurationForNewAccounts - Enable Security Lake with the specified configuration settings to begin collecting security data for new
accounts in your organization.public String toString()
toString in class ObjectObject.toString()public CreateDatalakeAutoEnableRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.