@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() |
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, 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 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)
Indicates whether to automatically enable member accounts in the organization.
Even though this is still supported, we recommend using AutoEnableOrganizationMembers to achieve the
similar results.
autoEnable - Indicates whether to automatically enable member accounts in the organization.
Even though this is still supported, we recommend using AutoEnableOrganizationMembers to
achieve the similar results.
@Deprecated public Boolean getAutoEnable()
Indicates whether to automatically enable member accounts in the organization.
Even though this is still supported, we recommend using AutoEnableOrganizationMembers to achieve the
similar results.
Even though this is still supported, we recommend using AutoEnableOrganizationMembers to
achieve the similar results.
@Deprecated public UpdateOrganizationConfigurationRequest withAutoEnable(Boolean autoEnable)
Indicates whether to automatically enable member accounts in the organization.
Even though this is still supported, we recommend using AutoEnableOrganizationMembers to achieve the
similar results.
autoEnable - Indicates whether to automatically enable member accounts in the organization.
Even though this is still supported, we recommend using AutoEnableOrganizationMembers to
achieve the similar results.
@Deprecated public Boolean isAutoEnable()
Indicates whether to automatically enable member accounts in the organization.
Even though this is still supported, we recommend using AutoEnableOrganizationMembers to achieve the
similar results.
Even though this is still supported, we recommend using AutoEnableOrganizationMembers to
achieve the similar results.
@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.
NEW: Indicates that when a new account joins the organization, they will have GuardDuty enabled
automatically.
ALL: Indicates that all accounts in the Amazon Web Services 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.
NONE: Indicates that GuardDuty will not be automatically enabled for any accounts in the
organization. GuardDuty must be managed for each account individually by the administrator.
autoEnableOrganizationMembers - Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
NEW: Indicates that when a new account joins the organization, they will have GuardDuty
enabled automatically.
ALL: Indicates that all accounts in the Amazon Web Services 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.
NONE: Indicates that GuardDuty will not be automatically enabled for any accounts in the
organization. GuardDuty must be managed for each account individually by the administrator.
AutoEnableMemberspublic String getAutoEnableOrganizationMembers()
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
NEW: Indicates that when a new account joins the organization, they will have GuardDuty enabled
automatically.
ALL: Indicates that all accounts in the Amazon Web Services 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.
NONE: Indicates that GuardDuty will not be automatically enabled for any accounts in the
organization. GuardDuty must be managed for each account individually by the administrator.
NEW: Indicates that when a new account joins the organization, they will have GuardDuty
enabled automatically.
ALL: Indicates that all accounts in the Amazon Web Services 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.
NONE: Indicates that GuardDuty will not be automatically enabled for any accounts in the
organization. GuardDuty must be managed for each account individually by the administrator.
AutoEnableMemberspublic UpdateOrganizationConfigurationRequest withAutoEnableOrganizationMembers(String autoEnableOrganizationMembers)
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
NEW: Indicates that when a new account joins the organization, they will have GuardDuty enabled
automatically.
ALL: Indicates that all accounts in the Amazon Web Services 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.
NONE: Indicates that GuardDuty will not be automatically enabled for any accounts in the
organization. GuardDuty must be managed for each account individually by the administrator.
autoEnableOrganizationMembers - Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
NEW: Indicates that when a new account joins the organization, they will have GuardDuty
enabled automatically.
ALL: Indicates that all accounts in the Amazon Web Services 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.
NONE: Indicates that GuardDuty will not be automatically enabled for any accounts in the
organization. GuardDuty must be managed for each account individually by the administrator.
AutoEnableMemberspublic UpdateOrganizationConfigurationRequest withAutoEnableOrganizationMembers(AutoEnableMembers autoEnableOrganizationMembers)
Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
NEW: Indicates that when a new account joins the organization, they will have GuardDuty enabled
automatically.
ALL: Indicates that all accounts in the Amazon Web Services 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.
NONE: Indicates that GuardDuty will not be automatically enabled for any accounts in the
organization. GuardDuty must be managed for each account individually by the administrator.
autoEnableOrganizationMembers - Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.
NEW: Indicates that when a new account joins the organization, they will have GuardDuty
enabled automatically.
ALL: Indicates that all accounts in the Amazon Web Services 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.
NONE: Indicates that GuardDuty will not be automatically enabled for any accounts in the
organization. GuardDuty must be managed for each account individually by the administrator.
AutoEnableMemberspublic String toString()
toString in class ObjectObject.toString()public UpdateOrganizationConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.