@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateOrganizationConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateOrganizationConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateOrganizationConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAutoEnable()
Deprecated.
|
String |
getAutoEnableOrganizationMembers()
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
|
OrganizationDataSourceConfigurations |
getDataSources()
Deprecated.
|
String |
getDetectorId()
The ID of the detector that configures the delegated administrator.
|
List<OrganizationFeatureConfiguration> |
getFeatures()
A list of features that will be configured for the organization.
|
int |
hashCode() |
Boolean |
isAutoEnable()
Deprecated.
|
void |
setAutoEnable(Boolean autoEnable)
Deprecated.
|
void |
setAutoEnableOrganizationMembers(String autoEnableOrganizationMembers)
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
|
void |
setDataSources(OrganizationDataSourceConfigurations dataSources)
Deprecated.
|
void |
setDetectorId(String detectorId)
The ID of the detector that configures the delegated administrator.
|
void |
setFeatures(Collection<OrganizationFeatureConfiguration> features)
A list of features that will be configured for the organization.
|
String |
toString()
Returns a string representation of this object.
|
UpdateOrganizationConfigurationRequest |
withAutoEnable(Boolean autoEnable)
Deprecated.
|
UpdateOrganizationConfigurationRequest |
withAutoEnableOrganizationMembers(AutoEnableMembers autoEnableOrganizationMembers)
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
|
UpdateOrganizationConfigurationRequest |
withAutoEnableOrganizationMembers(String autoEnableOrganizationMembers)
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
|
UpdateOrganizationConfigurationRequest |
withDataSources(OrganizationDataSourceConfigurations dataSources)
Deprecated.
|
UpdateOrganizationConfigurationRequest |
withDetectorId(String detectorId)
The ID of the detector that configures the delegated administrator.
|
UpdateOrganizationConfigurationRequest |
withFeatures(Collection<OrganizationFeatureConfiguration> features)
A list of features that will be configured for the organization.
|
UpdateOrganizationConfigurationRequest |
withFeatures(OrganizationFeatureConfiguration... features)
A list of features that will be configured for the 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 UpdateOrganizationConfigurationRequest()
public void setDetectorId(String detectorId)
The ID of the detector that configures the delegated administrator.
detectorId
- The ID of the detector that configures the delegated administrator.public String getDetectorId()
The ID of the detector that configures the delegated administrator.
public UpdateOrganizationConfigurationRequest withDetectorId(String detectorId)
The ID of the detector that configures the delegated administrator.
detectorId
- The ID of the detector that configures the delegated administrator.@Deprecated public void setAutoEnable(Boolean autoEnable)
Represents whether or not to automatically enable member accounts in the organization.
Even though this is still supported, we recommend using AutoEnableOrganizationMembers
to achieve the
similar results. You must provide a value for either autoEnableOrganizationMembers
or
autoEnable
.
autoEnable
- Represents whether or not to automatically enable member accounts in the organization.
Even though this is still supported, we recommend using AutoEnableOrganizationMembers
to
achieve the similar results. You must provide a value for either
autoEnableOrganizationMembers
or autoEnable
.
@Deprecated public Boolean getAutoEnable()
Represents whether or not to automatically enable member accounts in the organization.
Even though this is still supported, we recommend using AutoEnableOrganizationMembers
to achieve the
similar results. You must provide a value for either autoEnableOrganizationMembers
or
autoEnable
.
Even though this is still supported, we recommend using AutoEnableOrganizationMembers
to
achieve the similar results. You must provide a value for either
autoEnableOrganizationMembers
or autoEnable
.
@Deprecated public UpdateOrganizationConfigurationRequest withAutoEnable(Boolean autoEnable)
Represents whether or not to automatically enable member accounts in the organization.
Even though this is still supported, we recommend using AutoEnableOrganizationMembers
to achieve the
similar results. You must provide a value for either autoEnableOrganizationMembers
or
autoEnable
.
autoEnable
- Represents whether or not to automatically enable member accounts in the organization.
Even though this is still supported, we recommend using AutoEnableOrganizationMembers
to
achieve the similar results. You must provide a value for either
autoEnableOrganizationMembers
or autoEnable
.
@Deprecated public Boolean isAutoEnable()
Represents whether or not to automatically enable member accounts in the organization.
Even though this is still supported, we recommend using AutoEnableOrganizationMembers
to achieve the
similar results. You must provide a value for either autoEnableOrganizationMembers
or
autoEnable
.
Even though this is still supported, we recommend using AutoEnableOrganizationMembers
to
achieve the similar results. You must provide a value for either
autoEnableOrganizationMembers
or autoEnable
.
@Deprecated public void setDataSources(OrganizationDataSourceConfigurations dataSources)
Describes which data sources will be updated.
dataSources
- Describes which data sources will be updated.@Deprecated public OrganizationDataSourceConfigurations getDataSources()
Describes which data sources will be updated.
@Deprecated public UpdateOrganizationConfigurationRequest withDataSources(OrganizationDataSourceConfigurations dataSources)
Describes which data sources will be updated.
dataSources
- Describes which data sources will be updated.public List<OrganizationFeatureConfiguration> getFeatures()
A list of features that will be configured for the organization.
public void setFeatures(Collection<OrganizationFeatureConfiguration> features)
A list of features that will be configured for the organization.
features
- A list of features that will be configured for the organization.public UpdateOrganizationConfigurationRequest withFeatures(OrganizationFeatureConfiguration... features)
A list of features that will be configured for the organization.
NOTE: This method appends the values to the existing list (if any). Use
setFeatures(java.util.Collection)
or withFeatures(java.util.Collection)
if you want to override
the existing values.
features
- A list of features that will be configured for the organization.public UpdateOrganizationConfigurationRequest withFeatures(Collection<OrganizationFeatureConfiguration> features)
A list of features that will be configured for the organization.
features
- A list of features that will be configured for the organization.public void setAutoEnableOrganizationMembers(String autoEnableOrganizationMembers)
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. You must
provide a value for either autoEnableOrganizationMembers
or autoEnable
.
Use one of the following configuration values for autoEnableOrganizationMembers
:
NEW
: Indicates that when a new account joins the organization, they will have GuardDuty enabled
automatically.
ALL
: Indicates that all accounts in the organization have GuardDuty enabled automatically. This
includes NEW
accounts that join the organization and accounts that may have been suspended or
removed from the organization in GuardDuty.
It may take up to 24 hours to update the configuration for all the member accounts.
NONE
: Indicates that GuardDuty will not be automatically enabled for any account in the
organization. The administrator must manage GuardDuty for each account in the organization individually.
When you update the auto-enable setting from ALL
or NEW
to NONE
, this
action doesn't disable the corresponding option for your existing accounts. This configuration will apply to the
new accounts that join the organization. After you update the auto-enable settings, no new account will have the
corresponding option as enabled.
autoEnableOrganizationMembers
- Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. You
must provide a value for either autoEnableOrganizationMembers
or autoEnable
.
Use one of the following configuration values for autoEnableOrganizationMembers
:
NEW
: Indicates that when a new account joins the organization, they will have GuardDuty
enabled automatically.
ALL
: Indicates that all accounts in the organization have GuardDuty enabled automatically.
This includes NEW
accounts that join the organization and accounts that may have been
suspended or removed from the organization in GuardDuty.
It may take up to 24 hours to update the configuration for all the member accounts.
NONE
: Indicates that GuardDuty will not be automatically enabled for any account in the
organization. The administrator must manage GuardDuty for each account in the organization individually.
When you update the auto-enable setting from ALL
or NEW
to NONE
,
this action doesn't disable the corresponding option for your existing accounts. This configuration will
apply to the new accounts that join the organization. After you update the auto-enable settings, no new
account will have the corresponding option as enabled.
AutoEnableMembers
public String getAutoEnableOrganizationMembers()
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. You must
provide a value for either autoEnableOrganizationMembers
or autoEnable
.
Use one of the following configuration values for autoEnableOrganizationMembers
:
NEW
: Indicates that when a new account joins the organization, they will have GuardDuty enabled
automatically.
ALL
: Indicates that all accounts in the organization have GuardDuty enabled automatically. This
includes NEW
accounts that join the organization and accounts that may have been suspended or
removed from the organization in GuardDuty.
It may take up to 24 hours to update the configuration for all the member accounts.
NONE
: Indicates that GuardDuty will not be automatically enabled for any account in the
organization. The administrator must manage GuardDuty for each account in the organization individually.
When you update the auto-enable setting from ALL
or NEW
to NONE
, this
action doesn't disable the corresponding option for your existing accounts. This configuration will apply to the
new accounts that join the organization. After you update the auto-enable settings, no new account will have the
corresponding option as enabled.
autoEnableOrganizationMembers
or autoEnable
.
Use one of the following configuration values for autoEnableOrganizationMembers
:
NEW
: Indicates that when a new account joins the organization, they will have GuardDuty
enabled automatically.
ALL
: Indicates that all accounts in the organization have GuardDuty enabled automatically.
This includes NEW
accounts that join the organization and accounts that may have been
suspended or removed from the organization in GuardDuty.
It may take up to 24 hours to update the configuration for all the member accounts.
NONE
: Indicates that GuardDuty will not be automatically enabled for any account in the
organization. The administrator must manage GuardDuty for each account in the organization individually.
When you update the auto-enable setting from ALL
or NEW
to NONE
,
this action doesn't disable the corresponding option for your existing accounts. This configuration will
apply to the new accounts that join the organization. After you update the auto-enable settings, no new
account will have the corresponding option as enabled.
AutoEnableMembers
public UpdateOrganizationConfigurationRequest withAutoEnableOrganizationMembers(String autoEnableOrganizationMembers)
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. You must
provide a value for either autoEnableOrganizationMembers
or autoEnable
.
Use one of the following configuration values for autoEnableOrganizationMembers
:
NEW
: Indicates that when a new account joins the organization, they will have GuardDuty enabled
automatically.
ALL
: Indicates that all accounts in the organization have GuardDuty enabled automatically. This
includes NEW
accounts that join the organization and accounts that may have been suspended or
removed from the organization in GuardDuty.
It may take up to 24 hours to update the configuration for all the member accounts.
NONE
: Indicates that GuardDuty will not be automatically enabled for any account in the
organization. The administrator must manage GuardDuty for each account in the organization individually.
When you update the auto-enable setting from ALL
or NEW
to NONE
, this
action doesn't disable the corresponding option for your existing accounts. This configuration will apply to the
new accounts that join the organization. After you update the auto-enable settings, no new account will have the
corresponding option as enabled.
autoEnableOrganizationMembers
- Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. You
must provide a value for either autoEnableOrganizationMembers
or autoEnable
.
Use one of the following configuration values for autoEnableOrganizationMembers
:
NEW
: Indicates that when a new account joins the organization, they will have GuardDuty
enabled automatically.
ALL
: Indicates that all accounts in the organization have GuardDuty enabled automatically.
This includes NEW
accounts that join the organization and accounts that may have been
suspended or removed from the organization in GuardDuty.
It may take up to 24 hours to update the configuration for all the member accounts.
NONE
: Indicates that GuardDuty will not be automatically enabled for any account in the
organization. The administrator must manage GuardDuty for each account in the organization individually.
When you update the auto-enable setting from ALL
or NEW
to NONE
,
this action doesn't disable the corresponding option for your existing accounts. This configuration will
apply to the new accounts that join the organization. After you update the auto-enable settings, no new
account will have the corresponding option as enabled.
AutoEnableMembers
public UpdateOrganizationConfigurationRequest withAutoEnableOrganizationMembers(AutoEnableMembers autoEnableOrganizationMembers)
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. You must
provide a value for either autoEnableOrganizationMembers
or autoEnable
.
Use one of the following configuration values for autoEnableOrganizationMembers
:
NEW
: Indicates that when a new account joins the organization, they will have GuardDuty enabled
automatically.
ALL
: Indicates that all accounts in the organization have GuardDuty enabled automatically. This
includes NEW
accounts that join the organization and accounts that may have been suspended or
removed from the organization in GuardDuty.
It may take up to 24 hours to update the configuration for all the member accounts.
NONE
: Indicates that GuardDuty will not be automatically enabled for any account in the
organization. The administrator must manage GuardDuty for each account in the organization individually.
When you update the auto-enable setting from ALL
or NEW
to NONE
, this
action doesn't disable the corresponding option for your existing accounts. This configuration will apply to the
new accounts that join the organization. After you update the auto-enable settings, no new account will have the
corresponding option as enabled.
autoEnableOrganizationMembers
- Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. You
must provide a value for either autoEnableOrganizationMembers
or autoEnable
.
Use one of the following configuration values for autoEnableOrganizationMembers
:
NEW
: Indicates that when a new account joins the organization, they will have GuardDuty
enabled automatically.
ALL
: Indicates that all accounts in the organization have GuardDuty enabled automatically.
This includes NEW
accounts that join the organization and accounts that may have been
suspended or removed from the organization in GuardDuty.
It may take up to 24 hours to update the configuration for all the member accounts.
NONE
: Indicates that GuardDuty will not be automatically enabled for any account in the
organization. The administrator must manage GuardDuty for each account in the organization individually.
When you update the auto-enable setting from ALL
or NEW
to NONE
,
this action doesn't disable the corresponding option for your existing accounts. This configuration will
apply to the new accounts that join the organization. After you update the auto-enable settings, no new
account will have the corresponding option as enabled.
AutoEnableMembers
public String toString()
toString
in class Object
Object.toString()
public UpdateOrganizationConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()