public static interface DescribeOrganizationConfigurationResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConfigurationResponse.Builder,DescribeOrganizationConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeOrganizationConfigurationResponse.Builder |
autoEnable(Boolean autoEnable)
Indicates whether GuardDuty is automatically enabled for accounts added to the organization.
|
default DescribeOrganizationConfigurationResponse.Builder |
dataSources(Consumer<OrganizationDataSourceConfigurationsResult.Builder> dataSources)
Describes which data sources are enabled automatically for member accounts.
|
DescribeOrganizationConfigurationResponse.Builder |
dataSources(OrganizationDataSourceConfigurationsResult dataSources)
Describes which data sources are enabled automatically for member accounts.
|
DescribeOrganizationConfigurationResponse.Builder |
memberAccountLimitReached(Boolean memberAccountLimitReached)
Indicates whether the maximum number of allowed member accounts are already associated with the delegated
administrator account for your organization.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeOrganizationConfigurationResponse.Builder autoEnable(Boolean autoEnable)
Indicates whether GuardDuty is automatically enabled for accounts added to the organization.
autoEnable - Indicates whether GuardDuty is automatically enabled for accounts added to the organization.DescribeOrganizationConfigurationResponse.Builder memberAccountLimitReached(Boolean memberAccountLimitReached)
Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator account for your organization.
memberAccountLimitReached - Indicates whether the maximum number of allowed member accounts are already associated with the
delegated administrator account for your organization.DescribeOrganizationConfigurationResponse.Builder dataSources(OrganizationDataSourceConfigurationsResult dataSources)
Describes which data sources are enabled automatically for member accounts.
dataSources - Describes which data sources are enabled automatically for member accounts.default DescribeOrganizationConfigurationResponse.Builder dataSources(Consumer<OrganizationDataSourceConfigurationsResult.Builder> dataSources)
Describes which data sources are enabled automatically for member accounts.
This is a convenience method that creates an instance of theOrganizationDataSourceConfigurationsResult.Builder avoiding the need to create one manually via
OrganizationDataSourceConfigurationsResult.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
dataSources(OrganizationDataSourceConfigurationsResult).
dataSources - a consumer that will call methods on OrganizationDataSourceConfigurationsResult.BuilderdataSources(OrganizationDataSourceConfigurationsResult)Copyright © 2023. All rights reserved.