Interface PutMaintenanceStartTimeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BackupGatewayRequest.Builder
,Buildable
,CopyableBuilder<PutMaintenanceStartTimeRequest.Builder,
,PutMaintenanceStartTimeRequest> SdkBuilder<PutMaintenanceStartTimeRequest.Builder,
,PutMaintenanceStartTimeRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
PutMaintenanceStartTimeRequest
@Mutable
@NotThreadSafe
public static interface PutMaintenanceStartTimeRequest.Builder
extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<PutMaintenanceStartTimeRequest.Builder,PutMaintenanceStartTimeRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondayOfMonth
(Integer dayOfMonth) The day of the month start maintenance on a gateway.The day of the week to start maintenance on a gateway.gatewayArn
(String gatewayArn) The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.The hour of the day to start maintenance on a gateway.minuteOfHour
(Integer minuteOfHour) The minute of the hour to start maintenance on a gateway.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.backupgateway.model.BackupGatewayRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dayOfMonth
The day of the month start maintenance on a gateway.
Valid values range from
Sunday
toSaturday
.- Parameters:
dayOfMonth
- The day of the month start maintenance on a gateway.Valid values range from
Sunday
toSaturday
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dayOfWeek
The day of the week to start maintenance on a gateway.
- Parameters:
dayOfWeek
- The day of the week to start maintenance on a gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayArn
The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.
- Parameters:
gatewayArn
- The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hourOfDay
The hour of the day to start maintenance on a gateway.
- Parameters:
hourOfDay
- The hour of the day to start maintenance on a gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minuteOfHour
The minute of the hour to start maintenance on a gateway.
- Parameters:
minuteOfHour
- The minute of the hour to start maintenance on a gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutMaintenanceStartTimeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutMaintenanceStartTimeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-