CopyableBuilder<DescribeMaintenanceStartTimeResponse.Builder,DescribeMaintenanceStartTimeResponse>
, SdkBuilder<DescribeMaintenanceStartTimeResponse.Builder,DescribeMaintenanceStartTimeResponse>
public static interface DescribeMaintenanceStartTimeResponse.Builder extends CopyableBuilder<DescribeMaintenanceStartTimeResponse.Builder,DescribeMaintenanceStartTimeResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeMaintenanceStartTimeResponse.Builder |
dayOfWeek(Integer dayOfWeek) |
An ordinal number between 0 and 6 that represents the day of the week, where 0 represents Sunday and 6
represents Saturday.
|
DescribeMaintenanceStartTimeResponse.Builder |
gatewayARN(String gatewayARN) |
|
DescribeMaintenanceStartTimeResponse.Builder |
hourOfDay(Integer hourOfDay) |
The hour component of the maintenance start time represented as hh, where hh is the hour (0 to
23).
|
DescribeMaintenanceStartTimeResponse.Builder |
minuteOfHour(Integer minuteOfHour) |
The minute component of the maintenance start time represented as mm, where mm is the minute (0
to 59).
|
DescribeMaintenanceStartTimeResponse.Builder |
timezone(String timezone) |
copy
apply, build
DescribeMaintenanceStartTimeResponse.Builder gatewayARN(String gatewayARN)
gatewayARN
- DescribeMaintenanceStartTimeResponse.Builder hourOfDay(Integer hourOfDay)
The hour component of the maintenance start time represented as hh, where hh is the hour (0 to 23). The hour of the day is in the time zone of the gateway.
hourOfDay
- The hour component of the maintenance start time represented as hh, where hh is the hour
(0 to 23). The hour of the day is in the time zone of the gateway.DescribeMaintenanceStartTimeResponse.Builder minuteOfHour(Integer minuteOfHour)
The minute component of the maintenance start time represented as mm, where mm is the minute (0 to 59). The minute of the hour is in the time zone of the gateway.
minuteOfHour
- The minute component of the maintenance start time represented as mm, where mm is the
minute (0 to 59). The minute of the hour is in the time zone of the gateway.DescribeMaintenanceStartTimeResponse.Builder dayOfWeek(Integer dayOfWeek)
An ordinal number between 0 and 6 that represents the day of the week, where 0 represents Sunday and 6 represents Saturday. The day of week is in the time zone of the gateway.
dayOfWeek
- An ordinal number between 0 and 6 that represents the day of the week, where 0 represents Sunday and 6
represents Saturday. The day of week is in the time zone of the gateway.DescribeMaintenanceStartTimeResponse.Builder timezone(String timezone)
timezone
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.