Interface CreateDiskSnapshotRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateDiskSnapshotRequest.Builder,CreateDiskSnapshotRequest>,LightsailRequest.Builder,SdkBuilder<CreateDiskSnapshotRequest.Builder,CreateDiskSnapshotRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateDiskSnapshotRequest
public static interface CreateDiskSnapshotRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<CreateDiskSnapshotRequest.Builder,CreateDiskSnapshotRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDiskSnapshotRequest.BuilderdiskName(String diskName)The unique name of the source disk (Disk-Virginia-1).CreateDiskSnapshotRequest.BuilderdiskSnapshotName(String diskSnapshotName)The name of the destination disk snapshot (my-disk-snapshot) based on the source disk.CreateDiskSnapshotRequest.BuilderinstanceName(String instanceName)The unique name of the source instance (Amazon_Linux-512MB-Virginia-1).CreateDiskSnapshotRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDiskSnapshotRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateDiskSnapshotRequest.Buildertags(Collection<Tag> tags)The tag keys and optional values to add to the resource during create.CreateDiskSnapshotRequest.Buildertags(Consumer<Tag.Builder>... tags)The tag keys and optional values to add to the resource during create.CreateDiskSnapshotRequest.Buildertags(Tag... tags)The tag keys and optional values to add to the resource during create.-
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.lightsail.model.LightsailRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
diskName
CreateDiskSnapshotRequest.Builder diskName(String diskName)
The unique name of the source disk (
Disk-Virginia-1).This parameter cannot be defined together with the
instance nameparameter. Thedisk nameandinstance nameparameters are mutually exclusive.- Parameters:
diskName- The unique name of the source disk (Disk-Virginia-1).This parameter cannot be defined together with the
instance nameparameter. Thedisk nameandinstance nameparameters are mutually exclusive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
diskSnapshotName
CreateDiskSnapshotRequest.Builder diskSnapshotName(String diskSnapshotName)
The name of the destination disk snapshot (
my-disk-snapshot) based on the source disk.- Parameters:
diskSnapshotName- The name of the destination disk snapshot (my-disk-snapshot) based on the source disk.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceName
CreateDiskSnapshotRequest.Builder instanceName(String instanceName)
The unique name of the source instance (
Amazon_Linux-512MB-Virginia-1). When this is defined, a snapshot of the instance's system volume is created.This parameter cannot be defined together with the
disk nameparameter. Theinstance nameanddisk nameparameters are mutually exclusive.- Parameters:
instanceName- The unique name of the source instance (Amazon_Linux-512MB-Virginia-1). When this is defined, a snapshot of the instance's system volume is created.This parameter cannot be defined together with the
disk nameparameter. Theinstance nameanddisk nameparameters are mutually exclusive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateDiskSnapshotRequest.Builder tags(Collection<Tag> tags)
The tag keys and optional values to add to the resource during create.
Use the
TagResourceaction to tag a resource after it's created.- Parameters:
tags- The tag keys and optional values to add to the resource during create.Use the
TagResourceaction to tag a resource after it's created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateDiskSnapshotRequest.Builder tags(Tag... tags)
The tag keys and optional values to add to the resource during create.
Use the
TagResourceaction to tag a resource after it's created.- Parameters:
tags- The tag keys and optional values to add to the resource during create.Use the
TagResourceaction to tag a resource after it's created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateDiskSnapshotRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tag keys and optional values to add to the resource during create.
Use the
This is a convenience method that creates an instance of theTagResourceaction to tag a resource after it's created.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
CreateDiskSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDiskSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-