Interface BackupSelection.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BackupSelection.Builder,BackupSelection>, SdkBuilder<BackupSelection.Builder,BackupSelection>, SdkPojo
Enclosing class:
BackupSelection

public static interface BackupSelection.Builder extends SdkPojo, CopyableBuilder<BackupSelection.Builder,BackupSelection>
  • Method Details

    • selectionName

      BackupSelection.Builder selectionName(String selectionName)

      The display name of a resource selection document. Must contain 1 to 50 alphanumeric or '-_.' characters.

      Parameters:
      selectionName - The display name of a resource selection document. Must contain 1 to 50 alphanumeric or '-_.' characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iamRoleArn

      BackupSelection.Builder iamRoleArn(String iamRoleArn)

      The ARN of the IAM role that Backup uses to authenticate when backing up the target resource; for example, arn:aws:iam::123456789012:role/S3Access.

      Parameters:
      iamRoleArn - The ARN of the IAM role that Backup uses to authenticate when backing up the target resource; for example, arn:aws:iam::123456789012:role/S3Access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resources

      BackupSelection.Builder resources(Collection<String> resources)

      A list of Amazon Resource Names (ARNs) to assign to a backup plan. The maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.

      If you need to assign many resources to a backup plan, consider a different resource selection strategy, such as assigning all resources of a resource type or refining your resource selection using tags.

      Parameters:
      resources - A list of Amazon Resource Names (ARNs) to assign to a backup plan. The maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.

      If you need to assign many resources to a backup plan, consider a different resource selection strategy, such as assigning all resources of a resource type or refining your resource selection using tags.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resources

      BackupSelection.Builder resources(String... resources)

      A list of Amazon Resource Names (ARNs) to assign to a backup plan. The maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.

      If you need to assign many resources to a backup plan, consider a different resource selection strategy, such as assigning all resources of a resource type or refining your resource selection using tags.

      Parameters:
      resources - A list of Amazon Resource Names (ARNs) to assign to a backup plan. The maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.

      If you need to assign many resources to a backup plan, consider a different resource selection strategy, such as assigning all resources of a resource type or refining your resource selection using tags.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • listOfTags

      BackupSelection.Builder listOfTags(Collection<Condition> listOfTags)

      A list of conditions that you define to assign resources to your backup plans using tags. For example, "StringEquals": { "Key": "aws:ResourceTag/CreatedByCryo", "Value": "true" },. Condition operators are case sensitive.

      ListOfTags differs from Conditions as follows:

      • When you specify more than one condition, you assign all resources that match AT LEAST ONE condition (using OR logic).

      • ListOfTags only supports StringEquals. Conditions supports StringEquals, StringLike, StringNotEquals, and StringNotLike.

      Parameters:
      listOfTags - A list of conditions that you define to assign resources to your backup plans using tags. For example, "StringEquals": { "Key": "aws:ResourceTag/CreatedByCryo", "Value": "true" },. Condition operators are case sensitive.

      ListOfTags differs from Conditions as follows:

      • When you specify more than one condition, you assign all resources that match AT LEAST ONE condition (using OR logic).

      • ListOfTags only supports StringEquals. Conditions supports StringEquals, StringLike, StringNotEquals, and StringNotLike.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • listOfTags

      BackupSelection.Builder listOfTags(Condition... listOfTags)

      A list of conditions that you define to assign resources to your backup plans using tags. For example, "StringEquals": { "Key": "aws:ResourceTag/CreatedByCryo", "Value": "true" },. Condition operators are case sensitive.

      ListOfTags differs from Conditions as follows:

      • When you specify more than one condition, you assign all resources that match AT LEAST ONE condition (using OR logic).

      • ListOfTags only supports StringEquals. Conditions supports StringEquals, StringLike, StringNotEquals, and StringNotLike.

      Parameters:
      listOfTags - A list of conditions that you define to assign resources to your backup plans using tags. For example, "StringEquals": { "Key": "aws:ResourceTag/CreatedByCryo", "Value": "true" },. Condition operators are case sensitive.

      ListOfTags differs from Conditions as follows:

      • When you specify more than one condition, you assign all resources that match AT LEAST ONE condition (using OR logic).

      • ListOfTags only supports StringEquals. Conditions supports StringEquals, StringLike, StringNotEquals, and StringNotLike.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • listOfTags

      A list of conditions that you define to assign resources to your backup plans using tags. For example, "StringEquals": { "Key": "aws:ResourceTag/CreatedByCryo", "Value": "true" },. Condition operators are case sensitive.

      ListOfTags differs from Conditions as follows:

      • When you specify more than one condition, you assign all resources that match AT LEAST ONE condition (using OR logic).

      • ListOfTags only supports StringEquals. Conditions supports StringEquals, StringLike, StringNotEquals, and StringNotLike.

      This is a convenience method that creates an instance of the Condition.Builder avoiding the need to create one manually via Condition.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to listOfTags(List<Condition>).

      Parameters:
      listOfTags - a consumer that will call methods on Condition.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • notResources

      BackupSelection.Builder notResources(Collection<String> notResources)

      A list of Amazon Resource Names (ARNs) to exclude from a backup plan. The maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.

      If you need to exclude many resources from a backup plan, consider a different resource selection strategy, such as assigning only one or a few resource types or refining your resource selection using tags.

      Parameters:
      notResources - A list of Amazon Resource Names (ARNs) to exclude from a backup plan. The maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.

      If you need to exclude many resources from a backup plan, consider a different resource selection strategy, such as assigning only one or a few resource types or refining your resource selection using tags.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • notResources

      BackupSelection.Builder notResources(String... notResources)

      A list of Amazon Resource Names (ARNs) to exclude from a backup plan. The maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.

      If you need to exclude many resources from a backup plan, consider a different resource selection strategy, such as assigning only one or a few resource types or refining your resource selection using tags.

      Parameters:
      notResources - A list of Amazon Resource Names (ARNs) to exclude from a backup plan. The maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.

      If you need to exclude many resources from a backup plan, consider a different resource selection strategy, such as assigning only one or a few resource types or refining your resource selection using tags.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • conditions

      BackupSelection.Builder conditions(Conditions conditions)

      A list of conditions that you define to assign resources to your backup plans using tags. For example, "StringEquals": { "Key": "aws:ResourceTag/CreatedByCryo", "Value": "true" },. Condition operators are case sensitive.

      Conditions differs from ListOfTags as follows:

      • When you specify more than one condition, you only assign the resources that match ALL conditions (using AND logic).

      • Conditions supports StringEquals, StringLike, StringNotEquals, and StringNotLike. ListOfTags only supports StringEquals.

      Parameters:
      conditions - A list of conditions that you define to assign resources to your backup plans using tags. For example, "StringEquals": { "Key": "aws:ResourceTag/CreatedByCryo", "Value": "true" },. Condition operators are case sensitive.

      Conditions differs from ListOfTags as follows:

      • When you specify more than one condition, you only assign the resources that match ALL conditions (using AND logic).

      • Conditions supports StringEquals, StringLike, StringNotEquals, and StringNotLike. ListOfTags only supports StringEquals.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • conditions

      default BackupSelection.Builder conditions(Consumer<Conditions.Builder> conditions)

      A list of conditions that you define to assign resources to your backup plans using tags. For example, "StringEquals": { "Key": "aws:ResourceTag/CreatedByCryo", "Value": "true" },. Condition operators are case sensitive.

      Conditions differs from ListOfTags as follows:

      • When you specify more than one condition, you only assign the resources that match ALL conditions (using AND logic).

      • Conditions supports StringEquals, StringLike, StringNotEquals, and StringNotLike. ListOfTags only supports StringEquals.

      This is a convenience method that creates an instance of the Conditions.Builder avoiding the need to create one manually via Conditions.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to conditions(Conditions).

      Parameters:
      conditions - a consumer that will call methods on Conditions.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: