Interface GetBackupPlanRequest.Builder

  • Method Details

    • backupPlanId

      GetBackupPlanRequest.Builder backupPlanId(String backupPlanId)

      Uniquely identifies a backup plan.

      Parameters:
      backupPlanId - Uniquely identifies a backup plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionId

      GetBackupPlanRequest.Builder versionId(String versionId)

      Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.

      Parameters:
      versionId - 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.
    • maxScheduledRunsPreview

      GetBackupPlanRequest.Builder maxScheduledRunsPreview(Integer maxScheduledRunsPreview)

      Number of future scheduled backup runs to preview. When set to 0 (default), no scheduled runs preview is included in the response. Valid range is 0-10.

      Parameters:
      maxScheduledRunsPreview - Number of future scheduled backup runs to preview. When set to 0 (default), no scheduled runs preview is included in the response. Valid range is 0-10.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetBackupPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.