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 SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.backupgateway.model.BackupGatewayRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dayOfMonthThe day of the month start maintenance on a gateway. Valid values range from SundaytoSaturday.- Parameters:
- dayOfMonth- The day of the month start maintenance on a gateway.- Valid values range from - Sundayto- Saturday.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dayOfWeekThe 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.
 
- 
gatewayArnThe 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.
 
- 
hourOfDayThe 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.
 
- 
minuteOfHourThe 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.
 
- 
overrideConfigurationPutMaintenanceStartTimeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationPutMaintenanceStartTimeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-