public static interface GetConfigurationResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<GetConfigurationResponse.Builder,GetConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetConfigurationResponse.Builder |
ecrConfiguration(Consumer<EcrConfigurationState.Builder> ecrConfiguration)
Specifies how the ECR automated re-scan duration is currently configured for your environment.
|
GetConfigurationResponse.Builder |
ecrConfiguration(EcrConfigurationState ecrConfiguration)
Specifies how the ECR automated re-scan duration is currently configured for your environment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetConfigurationResponse.Builder ecrConfiguration(EcrConfigurationState ecrConfiguration)
Specifies how the ECR automated re-scan duration is currently configured for your environment.
ecrConfiguration - Specifies how the ECR automated re-scan duration is currently configured for your environment.default GetConfigurationResponse.Builder ecrConfiguration(Consumer<EcrConfigurationState.Builder> ecrConfiguration)
Specifies how the ECR automated re-scan duration is currently configured for your environment.
This is a convenience method that creates an instance of theEcrConfigurationState.Builder avoiding
the need to create one manually via EcrConfigurationState.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to ecrConfiguration(EcrConfigurationState).
ecrConfiguration - a consumer that will call methods on EcrConfigurationState.BuilderecrConfiguration(EcrConfigurationState)Copyright © 2022. All rights reserved.