Interface UpdateOrganizationConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateOrganizationConfigurationResponse.Builder,UpdateOrganizationConfigurationResponse>,Inspector2Response.Builder,SdkBuilder<UpdateOrganizationConfigurationResponse.Builder,UpdateOrganizationConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateOrganizationConfigurationResponse
public static interface UpdateOrganizationConfigurationResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<UpdateOrganizationConfigurationResponse.Builder,UpdateOrganizationConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateOrganizationConfigurationResponse.BuilderautoEnable(Consumer<AutoEnable.Builder> autoEnable)The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.UpdateOrganizationConfigurationResponse.BuilderautoEnable(AutoEnable autoEnable)The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.-
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
UpdateOrganizationConfigurationResponse.Builder autoEnable(AutoEnable autoEnable)
The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.
- Parameters:
autoEnable- The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoEnable
default UpdateOrganizationConfigurationResponse.Builder autoEnable(Consumer<AutoEnable.Builder> autoEnable)
The updated status of scan types automatically enabled for new members of your Amazon Inspector 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)
-
-