Interface DescribeOrganizationConfigurationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeOrganizationConfigurationResponse.Builder,,- DescribeOrganizationConfigurationResponse> - Inspector2Response.Builder,- SdkBuilder<DescribeOrganizationConfigurationResponse.Builder,,- DescribeOrganizationConfigurationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeOrganizationConfigurationResponse
@Mutable
@NotThreadSafe
public static interface DescribeOrganizationConfigurationResponse.Builder
extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConfigurationResponse.Builder,DescribeOrganizationConfigurationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionautoEnable(Consumer<AutoEnable.Builder> autoEnable) The scan types are automatically enabled for new members of your organization.autoEnable(AutoEnable autoEnable) The scan types are automatically enabled for new members of your organization.maxAccountLimitReached(Boolean maxAccountLimitReached) Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
autoEnableThe scan types are automatically enabled for new members of your organization. - Parameters:
- autoEnable- The scan types are automatically enabled for new members of your organization.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
autoEnabledefault DescribeOrganizationConfigurationResponse.Builder autoEnable(Consumer<AutoEnable.Builder> autoEnable) The scan types are automatically enabled for new members of your organization. This is a convenience method that creates an instance of theAutoEnable.Builderavoiding the need to create one manually viaAutoEnable.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toautoEnable(AutoEnable).- Parameters:
- autoEnable- a consumer that will call methods on- AutoEnable.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
maxAccountLimitReachedDescribeOrganizationConfigurationResponse.Builder maxAccountLimitReached(Boolean maxAccountLimitReached) Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector. - Parameters:
- maxAccountLimitReached- Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-