| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeSnapshotScheduleResponse.Builder |
DescribeSnapshotScheduleResponse.builder() |
DescribeSnapshotScheduleResponse.Builder |
DescribeSnapshotScheduleResponse.Builder.description(String description)
The snapshot description.
|
DescribeSnapshotScheduleResponse.Builder |
DescribeSnapshotScheduleResponse.Builder.recurrenceInHours(Integer recurrenceInHours)
The number of hours between snapshots.
|
DescribeSnapshotScheduleResponse.Builder |
DescribeSnapshotScheduleResponse.Builder.startAt(Integer startAt)
The hour of the day at which the snapshot schedule begins represented as hh, where hh is the
hour (0 to 23).
|
DescribeSnapshotScheduleResponse.Builder |
DescribeSnapshotScheduleResponse.Builder.tags(Collection<Tag> tags)
A list of up to 50 tags assigned to the snapshot schedule, sorted alphabetically by key name.
|
DescribeSnapshotScheduleResponse.Builder |
DescribeSnapshotScheduleResponse.Builder.tags(Consumer<Tag.Builder>... tags)
A list of up to 50 tags assigned to the snapshot schedule, sorted alphabetically by key name.
|
DescribeSnapshotScheduleResponse.Builder |
DescribeSnapshotScheduleResponse.Builder.tags(Tag... tags)
A list of up to 50 tags assigned to the snapshot schedule, sorted alphabetically by key name.
|
DescribeSnapshotScheduleResponse.Builder |
DescribeSnapshotScheduleResponse.Builder.timezone(String timezone)
A value that indicates the time zone of the gateway.
|
DescribeSnapshotScheduleResponse.Builder |
DescribeSnapshotScheduleResponse.toBuilder() |
DescribeSnapshotScheduleResponse.Builder |
DescribeSnapshotScheduleResponse.Builder.volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume that was specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeSnapshotScheduleResponse.Builder> |
DescribeSnapshotScheduleResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.