Interface CreateBackupRequest.Builder

    • Method Detail

      • 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

        CreateBackupRequest.Builder tags​(Collection<Tag> 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

        CreateBackupRequest.Builder tags​(Tag... 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

        CreateBackupRequest.Builder tags​(Consumer<Tag.Builder>... 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).

        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:
        #tags(java.util.Collection)