Interface ArchiveAction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ArchiveAction.Builder,ArchiveAction>,SdkBuilder<ArchiveAction.Builder,ArchiveAction>,SdkPojo
- Enclosing class:
- ArchiveAction
public static interface ArchiveAction.Builder extends SdkPojo, CopyableBuilder<ArchiveAction.Builder,ArchiveAction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArchiveAction.BuilderactionFailurePolicy(String actionFailurePolicy)A policy that states what to do in the case of failure.ArchiveAction.BuilderactionFailurePolicy(ActionFailurePolicy actionFailurePolicy)A policy that states what to do in the case of failure.ArchiveAction.BuildertargetArchive(String targetArchive)The identifier of the archive to send the email to.-
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, sdkFields
-
-
-
-
Method Detail
-
actionFailurePolicy
ArchiveAction.Builder actionFailurePolicy(String actionFailurePolicy)
A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the specified archive has been deleted.
- Parameters:
actionFailurePolicy- A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the specified archive has been deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionFailurePolicy,ActionFailurePolicy
-
actionFailurePolicy
ArchiveAction.Builder actionFailurePolicy(ActionFailurePolicy actionFailurePolicy)
A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the specified archive has been deleted.
- Parameters:
actionFailurePolicy- A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the specified archive has been deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionFailurePolicy,ActionFailurePolicy
-
targetArchive
ArchiveAction.Builder targetArchive(String targetArchive)
The identifier of the archive to send the email to.
- Parameters:
targetArchive- The identifier of the archive to send the email to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-