Interface CreateBackupRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateBackupRequest.Builder,CreateBackupRequest>, OpsWorksCmRequest.Builder, SdkBuilder<CreateBackupRequest.Builder,CreateBackupRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateBackupRequest

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

    • serverName

      CreateBackupRequest.Builder serverName(String serverName)

      The name of the server that you want to back up.

      Parameters:
      serverName - The name of the server that you want to back up.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      CreateBackupRequest.Builder description(String description)

      A user-defined description of the backup.

      Parameters:
      description - A user-defined description of the backup.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.

      • The key cannot be empty.

      • The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : /

      • The value can be a maximum 255 characters, and contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : /

      • Leading and trailing white spaces are trimmed from both the key and value.

      • A maximum of 50 user-applied tags is allowed for tag-supported AWS OpsWorks-CM resources.

      Parameters:
      tags - A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.

      • The key cannot be empty.

      • The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : /

      • The value can be a maximum 255 characters, and contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : /

      • Leading and trailing white spaces are trimmed from both the key and value.

      • A maximum of 50 user-applied tags is allowed for tag-supported AWS OpsWorks-CM resources.

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

      A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.

      • The key cannot be empty.

      • The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : /

      • The value can be a maximum 255 characters, and contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : /

      • Leading and trailing white spaces are trimmed from both the key and value.

      • A maximum of 50 user-applied tags is allowed for tag-supported AWS OpsWorks-CM resources.

      Parameters:
      tags - A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.

      • The key cannot be empty.

      • The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : /

      • The value can be a maximum 255 characters, and contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : /

      • Leading and trailing white spaces are trimmed from both the key and value.

      • A maximum of 50 user-applied tags is allowed for tag-supported AWS OpsWorks-CM resources.

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

      A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.

      • The key cannot be empty.

      • The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : /

      • The value can be a maximum 255 characters, and contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : /

      • Leading and trailing white spaces are trimmed from both the key and value.

      • A maximum of 50 user-applied tags is allowed for tag-supported AWS OpsWorks-CM resources.

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

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

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

      CreateBackupRequest.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.