public static interface DeregisterTargetFromMaintenanceWindowRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DeregisterTargetFromMaintenanceWindowRequest.Builder,DeregisterTargetFromMaintenanceWindowRequest>
| Modifier and Type | Method and Description |
|---|---|
DeregisterTargetFromMaintenanceWindowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeregisterTargetFromMaintenanceWindowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 doesn't 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 doesn't deregister the target from the maintenance window.DeregisterTargetFromMaintenanceWindowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeregisterTargetFromMaintenanceWindowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.