@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public CreateDatalakeAutoEnableRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()