Interface DeregisterTaskFromMaintenanceWindowRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeregisterTaskFromMaintenanceWindowRequest.Builder,,DeregisterTaskFromMaintenanceWindowRequest> SdkBuilder<DeregisterTaskFromMaintenanceWindowRequest.Builder,,DeregisterTaskFromMaintenanceWindowRequest> SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
DeregisterTaskFromMaintenanceWindowRequest
@Mutable
@NotThreadSafe
public static interface DeregisterTaskFromMaintenanceWindowRequest.Builder
extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DeregisterTaskFromMaintenanceWindowRequest.Builder,DeregisterTaskFromMaintenanceWindowRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ID of the maintenance window the task should be removed from.windowTaskId(String windowTaskId) The ID of the task to remove from the maintenance window.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
Method Details
-
windowId
The ID of the maintenance window the task should be removed from.
- Parameters:
windowId- The ID of the maintenance window the task should be removed from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
windowTaskId
The ID of the task to remove from the maintenance window.
- Parameters:
windowTaskId- The ID of the task to remove from the maintenance window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeregisterTaskFromMaintenanceWindowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeregisterTaskFromMaintenanceWindowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-