public static interface DeregisterTargetFromMaintenanceWindowRequest.Builder extends SsmRequest.Builder, CopyableBuilder<DeregisterTargetFromMaintenanceWindowRequest.Builder,DeregisterTargetFromMaintenanceWindowRequest>
| Modifier and Type | Method and Description |
|---|---|
DeregisterTargetFromMaintenanceWindowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeregisterTargetFromMaintenanceWindowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeregisterTargetFromMaintenanceWindowRequest.Builder |
safe(Boolean safe)
The system checks if the target is being referenced by a task.
|
DeregisterTargetFromMaintenanceWindowRequest.Builder |
windowId(String windowId)
The ID of the Maintenance Window the target should be removed from.
|
DeregisterTargetFromMaintenanceWindowRequest.Builder |
windowTargetId(String windowTargetId)
The ID of the target definition to remove.
|
buildoverrideConfigurationcopyapplyMutation, buildDeregisterTargetFromMaintenanceWindowRequest.Builder windowId(String windowId)
The ID of the Maintenance Window the target should be removed from.
windowId - The ID of the Maintenance Window the target should be removed from.DeregisterTargetFromMaintenanceWindowRequest.Builder windowTargetId(String windowTargetId)
The ID of the target definition to remove.
windowTargetId - The ID of the target definition to remove.DeregisterTargetFromMaintenanceWindowRequest.Builder safe(Boolean safe)
The system checks if the target is being referenced by a task. If the target is being referenced, the system returns an error and does not deregister the target from the Maintenance Window.
safe - The system checks if the target is being referenced by a task. If the target is being referenced, the
system returns an error and does not deregister the target from the Maintenance Window.DeregisterTargetFromMaintenanceWindowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeregisterTargetFromMaintenanceWindowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.