public static interface UpdateConfigurationRequest.Builder extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<UpdateConfigurationRequest.Builder,UpdateConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
default UpdateConfigurationRequest.Builder |
ecrConfiguration(Consumer<EcrConfiguration.Builder> ecrConfiguration)
Specifies how the ECR automated re-scan will be updated for your environment.
|
UpdateConfigurationRequest.Builder |
ecrConfiguration(EcrConfiguration ecrConfiguration)
Specifies how the ECR automated re-scan will be updated for your environment.
|
UpdateConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateConfigurationRequest.Builder ecrConfiguration(EcrConfiguration ecrConfiguration)
Specifies how the ECR automated re-scan will be updated for your environment.
ecrConfiguration - Specifies how the ECR automated re-scan will be updated for your environment.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.Builder avoiding the
need to create one manually via EcrConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ecrConfiguration(EcrConfiguration).
ecrConfiguration - a consumer that will call methods on EcrConfiguration.BuilderecrConfiguration(EcrConfiguration)UpdateConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.