Interface DescribeOrganizationConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeOrganizationConfigurationResponse.Builder,DescribeOrganizationConfigurationResponse>,Inspector2Response.Builder,SdkBuilder<DescribeOrganizationConfigurationResponse.Builder,DescribeOrganizationConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeOrganizationConfigurationResponse
public static interface DescribeOrganizationConfigurationResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConfigurationResponse.Builder,DescribeOrganizationConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeOrganizationConfigurationResponse.BuilderautoEnable(Consumer<AutoEnable.Builder> autoEnable)The scan types are automatically enabled for new members of your organization.DescribeOrganizationConfigurationResponse.BuilderautoEnable(AutoEnable autoEnable)The scan types are automatically enabled for new members of your organization.DescribeOrganizationConfigurationResponse.BuildermaxAccountLimitReached(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.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
autoEnable
DescribeOrganizationConfigurationResponse.Builder autoEnable(AutoEnable autoEnable)
The 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.
-
autoEnable
default 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 onAutoEnable.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
autoEnable(AutoEnable)
-
maxAccountLimitReached
DescribeOrganizationConfigurationResponse.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.
-
-