Interface ScanJobCreator.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ScanJobCreator.Builder,,ScanJobCreator> SdkBuilder<ScanJobCreator.Builder,,ScanJobCreator> SdkPojo
- Enclosing class:
ScanJobCreator
@Mutable
@NotThreadSafe
public static interface ScanJobCreator.Builder
extends SdkPojo, CopyableBuilder<ScanJobCreator.Builder,ScanJobCreator>
-
Method Summary
Modifier and TypeMethodDescriptionbackupPlanArn(String backupPlanArn) An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.backupPlanId(String backupPlanId) The ID of the backup plan.backupPlanVersion(String backupPlanVersion) Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.backupRuleId(String backupRuleId) Uniquely identifies the backup rule that initiated the scan job.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
-
backupPlanArn
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.- Parameters:
backupPlanArn- An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupPlanId
The ID of the backup plan.
- Parameters:
backupPlanId- The ID of the backup plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupPlanVersion
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
- Parameters:
backupPlanVersion- Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupRuleId
Uniquely identifies the backup rule that initiated the scan job.
- Parameters:
backupRuleId- Uniquely identifies the backup rule that initiated the scan job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-