public static interface DescribeSnapshotScheduleResponse.Builder extends StorageGatewayResponse.Builder, CopyableBuilder<DescribeSnapshotScheduleResponse.Builder,DescribeSnapshotScheduleResponse>
| Modifier and Type | Method and Description | 
|---|---|
| DescribeSnapshotScheduleResponse.Builder | description(String description)Sets the value of the Description property for this object. | 
| DescribeSnapshotScheduleResponse.Builder | recurrenceInHours(Integer recurrenceInHours)Sets the value of the RecurrenceInHours property for this object. | 
| DescribeSnapshotScheduleResponse.Builder | startAt(Integer startAt)Sets the value of the StartAt property for this object. | 
| DescribeSnapshotScheduleResponse.Builder | timezone(String timezone)Sets the value of the Timezone property for this object. | 
| DescribeSnapshotScheduleResponse.Builder | volumeARN(String volumeARN)Sets the value of the VolumeARN property for this object. | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeSnapshotScheduleResponse.Builder volumeARN(String volumeARN)
volumeARN - The new value for the VolumeARN property for this object.DescribeSnapshotScheduleResponse.Builder startAt(Integer startAt)
startAt - The new value for the StartAt property for this object.DescribeSnapshotScheduleResponse.Builder recurrenceInHours(Integer recurrenceInHours)
recurrenceInHours - The new value for the RecurrenceInHours property for this object.DescribeSnapshotScheduleResponse.Builder description(String description)
description - The new value for the Description property for this object.DescribeSnapshotScheduleResponse.Builder timezone(String timezone)
timezone - The new value for the Timezone property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.