Interface UpdateConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateConfigurationRequest.Builder,UpdateConfigurationRequest>,Inspector2Request.Builder,SdkBuilder<UpdateConfigurationRequest.Builder,UpdateConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateConfigurationRequest
public static interface UpdateConfigurationRequest.Builder extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<UpdateConfigurationRequest.Builder,UpdateConfigurationRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ec2Configuration
UpdateConfigurationRequest.Builder ec2Configuration(Ec2Configuration ec2Configuration)
Specifies how the Amazon EC2 automated scan will be updated for your environment.
- Parameters:
ec2Configuration- Specifies how the Amazon EC2 automated scan will be updated for your environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ec2Configuration
default UpdateConfigurationRequest.Builder ec2Configuration(Consumer<Ec2Configuration.Builder> ec2Configuration)
Specifies how the Amazon EC2 automated scan will be updated for your environment.
This is a convenience method that creates an instance of theEc2Configuration.Builderavoiding the need to create one manually viaEc2Configuration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toec2Configuration(Ec2Configuration).- Parameters:
ec2Configuration- a consumer that will call methods onEc2Configuration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ec2Configuration(Ec2Configuration)
-
ecrConfiguration
UpdateConfigurationRequest.Builder ecrConfiguration(EcrConfiguration ecrConfiguration)
Specifies how the ECR automated re-scan will be updated for your environment.
- Parameters:
ecrConfiguration- Specifies how the ECR automated re-scan will be updated for your environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ecrConfiguration
default UpdateConfigurationRequest.Builder ecrConfiguration(Consumer<EcrConfiguration.Builder> ecrConfiguration)
Specifies how the ECR automated re-scan will be updated for your environment.
This is a convenience method that creates an instance of theEcrConfiguration.Builderavoiding the need to create one manually viaEcrConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toecrConfiguration(EcrConfiguration).- Parameters:
ecrConfiguration- a consumer that will call methods onEcrConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ecrConfiguration(EcrConfiguration)
-
overrideConfiguration
UpdateConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-