public class CreateSnapshotRequest extends Object
| Constructor and Description |
|---|
CreateSnapshotRequest() |
public CreateSnapshotRequest clientToken(String clientToken)
public String getClientToken()
public void setClientToken(String clientToken)
public CreateSnapshotRequest description(String description)
public String getDescription()
public void setDescription(String description)
public CreateSnapshotRequest instanceId(String instanceId)
@NotNull public @NotNull String getInstanceId()
public void setInstanceId(String instanceId)
public CreateSnapshotRequest retentionDays(Integer retentionDays)
public Integer getRetentionDays()
public void setRetentionDays(Integer retentionDays)
public CreateSnapshotRequest snapshotName(String snapshotName)
@NotNull public @NotNull String getSnapshotName()
public void setSnapshotName(String snapshotName)
public CreateSnapshotRequest tags(List<TagForCreateSnapshotInput> tags)
public CreateSnapshotRequest addTagsItem(TagForCreateSnapshotInput tagsItem)
@Valid public @Valid List<TagForCreateSnapshotInput> getTags()
public void setTags(List<TagForCreateSnapshotInput> tags)
Copyright © 2026. All rights reserved.