public static interface EcrConfigurationState.Builder extends SdkPojo, CopyableBuilder<EcrConfigurationState.Builder,EcrConfigurationState>
| Modifier and Type | Method and Description |
|---|---|
default EcrConfigurationState.Builder |
rescanDurationState(Consumer<EcrRescanDurationState.Builder> rescanDurationState)
An object that contains details about the state of the ECR automated re-scan setting.
|
EcrConfigurationState.Builder |
rescanDurationState(EcrRescanDurationState rescanDurationState)
An object that contains details about the state of the ECR automated re-scan setting.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEcrConfigurationState.Builder rescanDurationState(EcrRescanDurationState rescanDurationState)
An object that contains details about the state of the ECR automated re-scan setting.
rescanDurationState - An object that contains details about the state of the ECR automated re-scan setting.default EcrConfigurationState.Builder rescanDurationState(Consumer<EcrRescanDurationState.Builder> rescanDurationState)
An object that contains details about the state of the ECR automated re-scan setting.
This is a convenience method that creates an instance of theEcrRescanDurationState.Builder avoiding
the need to create one manually via EcrRescanDurationState.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to rescanDurationState(EcrRescanDurationState).
rescanDurationState - a consumer that will call methods on EcrRescanDurationState.BuilderrescanDurationState(EcrRescanDurationState)Copyright © 2022. All rights reserved.