Uses of Interface
software.amazon.awssdk.services.storagegateway.model.UpdateMaintenanceStartTimeRequest.Builder
-
Packages that use UpdateMaintenanceStartTimeRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of UpdateMaintenanceStartTimeRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type UpdateMaintenanceStartTimeRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateMaintenanceStartTimeResponse>StorageGatewayAsyncClient. updateMaintenanceStartTime(Consumer<UpdateMaintenanceStartTimeRequest.Builder> updateMaintenanceStartTimeRequest)Updates a gateway's weekly maintenance start time information, including day and time of the week.default UpdateMaintenanceStartTimeResponseStorageGatewayClient. updateMaintenanceStartTime(Consumer<UpdateMaintenanceStartTimeRequest.Builder> updateMaintenanceStartTimeRequest)Updates a gateway's weekly maintenance start time information, including day and time of the week. -
Uses of UpdateMaintenanceStartTimeRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return UpdateMaintenanceStartTimeRequest.Builder Modifier and Type Method Description static UpdateMaintenanceStartTimeRequest.BuilderUpdateMaintenanceStartTimeRequest. builder()UpdateMaintenanceStartTimeRequest.BuilderUpdateMaintenanceStartTimeRequest.Builder. dayOfMonth(Integer dayOfMonth)The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28, where 1 represents the first day of the month and 28 represents the last day of the month.UpdateMaintenanceStartTimeRequest.BuilderUpdateMaintenanceStartTimeRequest.Builder. dayOfWeek(Integer dayOfWeek)The day of the week component of the maintenance start time week represented as an ordinal number from 0 to 6, where 0 represents Sunday and 6 Saturday.UpdateMaintenanceStartTimeRequest.BuilderUpdateMaintenanceStartTimeRequest.Builder. gatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.UpdateMaintenanceStartTimeRequest.BuilderUpdateMaintenanceStartTimeRequest.Builder. hourOfDay(Integer hourOfDay)The hour component of the maintenance start time represented as hh, where hh is the hour (00 to 23).UpdateMaintenanceStartTimeRequest.BuilderUpdateMaintenanceStartTimeRequest.Builder. minuteOfHour(Integer minuteOfHour)The minute component of the maintenance start time represented as mm, where mm is the minute (00 to 59).UpdateMaintenanceStartTimeRequest.BuilderUpdateMaintenanceStartTimeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateMaintenanceStartTimeRequest.BuilderUpdateMaintenanceStartTimeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateMaintenanceStartTimeRequest.BuilderUpdateMaintenanceStartTimeRequest. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type UpdateMaintenanceStartTimeRequest.Builder Modifier and Type Method Description static Class<? extends UpdateMaintenanceStartTimeRequest.Builder>UpdateMaintenanceStartTimeRequest. serializableBuilderClass()
-