Interface ArchiveAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ArchiveAction.Builder,
,ArchiveAction> SdkBuilder<ArchiveAction.Builder,
,ArchiveAction> SdkPojo
- Enclosing class:
ArchiveAction
@Mutable
@NotThreadSafe
public static interface ArchiveAction.Builder
extends SdkPojo, CopyableBuilder<ArchiveAction.Builder,ArchiveAction>
-
Method Summary
Modifier and TypeMethodDescriptionactionFailurePolicy
(String actionFailurePolicy) A policy that states what to do in the case of failure.actionFailurePolicy
(ActionFailurePolicy actionFailurePolicy) A policy that states what to do in the case of failure.targetArchive
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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:
-
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.
-