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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateBackupRequest.Builderdescription(String description)A user-defined description of the backup.CreateBackupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateBackupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateBackupRequest.BuilderserverName(String serverName)The name of the server that you want to back up.CreateBackupRequest.Buildertags(Collection<Tag> tags)A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.CreateBackupRequest.Buildertags(Consumer<Tag.Builder>... tags)A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.CreateBackupRequest.Buildertags(Tag... tags)A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opsworkscm.model.OpsWorksCmRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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.
Tag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
-
overrideConfiguration
CreateBackupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateBackupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-