Interface CreateBackupPlanRequest.Builder

    • Method Detail

      • backupPlan

        CreateBackupPlanRequest.Builder backupPlan​(BackupPlanInput backupPlan)

        Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of Rules.

        Parameters:
        backupPlan - Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of Rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • backupPlanTags

        CreateBackupPlanRequest.Builder backupPlanTags​(Map<String,​String> backupPlanTags)

        To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair. The specified tags are assigned to all backups created with this plan.

        Parameters:
        backupPlanTags - To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair. The specified tags are assigned to all backups created with this plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creatorRequestId

        CreateBackupPlanRequest.Builder creatorRequestId​(String creatorRequestId)

        Identifies the request and allows failed requests to be retried without the risk of running the operation twice. If the request includes a CreatorRequestId that matches an existing backup plan, that plan is returned. This parameter is optional.

        If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

        Parameters:
        creatorRequestId - Identifies the request and allows failed requests to be retried without the risk of running the operation twice. If the request includes a CreatorRequestId that matches an existing backup plan, that plan is returned. This parameter is optional.

        If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

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