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) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeregisterTaskFromMaintenanceWindowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-