public static interface PutMaintenanceStartTimeRequest.Builder extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<PutMaintenanceStartTimeRequest.Builder,PutMaintenanceStartTimeRequest>
| Modifier and Type | Method and Description |
|---|---|
PutMaintenanceStartTimeRequest.Builder |
dayOfMonth(Integer dayOfMonth)
The day of the month start maintenance on a gateway.
|
PutMaintenanceStartTimeRequest.Builder |
dayOfWeek(Integer dayOfWeek)
The day of the week to start maintenance on a gateway.
|
PutMaintenanceStartTimeRequest.Builder |
gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.
|
PutMaintenanceStartTimeRequest.Builder |
hourOfDay(Integer hourOfDay)
The hour of the day to start maintenance on a gateway.
|
PutMaintenanceStartTimeRequest.Builder |
minuteOfHour(Integer minuteOfHour)
The minute of the hour to start maintenance on a gateway.
|
PutMaintenanceStartTimeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutMaintenanceStartTimeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutMaintenanceStartTimeRequest.Builder dayOfMonth(Integer dayOfMonth)
The day of the month start maintenance on a gateway.
Valid values range from Sunday to Saturday.
dayOfMonth - The day of the month start maintenance on a gateway.
Valid values range from Sunday to Saturday.
PutMaintenanceStartTimeRequest.Builder dayOfWeek(Integer dayOfWeek)
The day of the week to start maintenance on a gateway.
dayOfWeek - The day of the week to start maintenance on a gateway.PutMaintenanceStartTimeRequest.Builder gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.
gatewayArn - The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.PutMaintenanceStartTimeRequest.Builder hourOfDay(Integer hourOfDay)
The hour of the day to start maintenance on a gateway.
hourOfDay - The hour of the day to start maintenance on a gateway.PutMaintenanceStartTimeRequest.Builder minuteOfHour(Integer minuteOfHour)
The minute of the hour to start maintenance on a gateway.
minuteOfHour - The minute of the hour to start maintenance on a gateway.PutMaintenanceStartTimeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutMaintenanceStartTimeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.