Interface EcrRescanDurationState.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EcrRescanDurationState.Builder,,EcrRescanDurationState> SdkBuilder<EcrRescanDurationState.Builder,,EcrRescanDurationState> SdkPojo
- Enclosing class:
EcrRescanDurationState
@Mutable
@NotThreadSafe
public static interface EcrRescanDurationState.Builder
extends SdkPojo, CopyableBuilder<EcrRescanDurationState.Builder,EcrRescanDurationState>
-
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.The status of changes to the ECR automated re-scan duration.status(EcrRescanDurationStatus status) The status of changes to the ECR automated re-scan duration.A timestamp representing when the last time the ECR scan duration setting was changed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
status
The status of changes to the ECR automated re-scan duration.
- Parameters:
status- The status of changes to the ECR automated re-scan duration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of changes to the ECR automated re-scan duration.
- Parameters:
status- The status of changes to the ECR automated re-scan duration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
A timestamp representing when the last time the ECR scan duration setting was changed.
- Parameters:
updatedAt- A timestamp representing when the last time the ECR scan duration setting was changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
EcrRescanDurationState.Builder pullDateRescanDuration(EcrPullDateRescanDuration 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:
-