Interface RestoreJobCreator.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RestoreJobCreator.Builder,RestoreJobCreator>,SdkBuilder<RestoreJobCreator.Builder,RestoreJobCreator>,SdkPojo
- Enclosing class:
- RestoreJobCreator
public static interface RestoreJobCreator.Builder extends SdkPojo, CopyableBuilder<RestoreJobCreator.Builder,RestoreJobCreator>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestoreJobCreator.BuilderrestoreTestingPlanArn(String restoreTestingPlanArn)An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.-
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
-
restoreTestingPlanArn
RestoreJobCreator.Builder restoreTestingPlanArn(String restoreTestingPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.
- Parameters:
restoreTestingPlanArn- An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-