Interface EcrConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EcrConfiguration.Builder,
,EcrConfiguration> SdkBuilder<EcrConfiguration.Builder,
,EcrConfiguration> SdkPojo
- Enclosing class:
EcrConfiguration
@Mutable
@NotThreadSafe
public static interface EcrConfiguration.Builder
extends SdkPojo, CopyableBuilder<EcrConfiguration.Builder,EcrConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionpullDateRescanDuration
(String pullDateRescanDuration) The rescan duration configured for image pull date.pullDateRescanDuration
(EcrPullDateRescanDuration pullDateRescanDuration) The rescan duration configured for image pull date.pullDateRescanMode
(String pullDateRescanMode) The pull date for the re-scan mode.pullDateRescanMode
(EcrPullDateRescanMode pullDateRescanMode) The pull date for the re-scan mode.rescanDuration
(String rescanDuration) The rescan duration configured for image push date.rescanDuration
(EcrRescanDuration rescanDuration) The rescan duration configured for image push date.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
pullDateRescanDuration
The rescan duration configured for image pull date.
- Parameters:
pullDateRescanDuration
- The rescan duration configured for image pull date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pullDateRescanDuration
The rescan duration configured for image pull date.
- Parameters:
pullDateRescanDuration
- The rescan duration configured for image pull date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pullDateRescanMode
The pull date for the re-scan mode.
- Parameters:
pullDateRescanMode
- The pull date for the re-scan mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pullDateRescanMode
The pull date for the re-scan mode.
- Parameters:
pullDateRescanMode
- The pull date for the re-scan mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
rescanDuration
The rescan duration configured for image push date.
- Parameters:
rescanDuration
- The rescan duration configured for image push date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
rescanDuration
The rescan duration configured for image push date.
- Parameters:
rescanDuration
- The rescan duration configured for image push date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-