public static interface RegisterTargetWithMaintenanceWindowRequest.Builder extends SSMRequest.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<RegisterTargetWithMaintenanceWindowRequest.Builder,RegisterTargetWithMaintenanceWindowRequest>
buildrequestOverrideConfig, requestOverrideConfigRegisterTargetWithMaintenanceWindowRequest.Builder windowId(String windowId)
The ID of the Maintenance Window the target should be registered with.
windowId - The ID of the Maintenance Window the target should be registered with.RegisterTargetWithMaintenanceWindowRequest.Builder resourceType(String resourceType)
The type of target being registered with the Maintenance Window.
resourceType - The type of target being registered with the Maintenance Window.MaintenanceWindowResourceType,
MaintenanceWindowResourceTypeRegisterTargetWithMaintenanceWindowRequest.Builder resourceType(MaintenanceWindowResourceType resourceType)
The type of target being registered with the Maintenance Window.
resourceType - The type of target being registered with the Maintenance Window.MaintenanceWindowResourceType,
MaintenanceWindowResourceTypeRegisterTargetWithMaintenanceWindowRequest.Builder targets(Collection<Target> targets)
The targets (either instances or tags). Instances are specified using Key=instanceids,Values=<instanceid1>,<instanceid2>. Tags are specified using Key=<tag name>,Values=<tag value>.
targets - The targets (either instances or tags). Instances are specified using
Key=instanceids,Values=<instanceid1>,<instanceid2>. Tags are specified using Key=<tag
name>,Values=<tag value>.RegisterTargetWithMaintenanceWindowRequest.Builder targets(Target... targets)
The targets (either instances or tags). Instances are specified using Key=instanceids,Values=<instanceid1>,<instanceid2>. Tags are specified using Key=<tag name>,Values=<tag value>.
targets - The targets (either instances or tags). Instances are specified using
Key=instanceids,Values=<instanceid1>,<instanceid2>. Tags are specified using Key=<tag
name>,Values=<tag value>.RegisterTargetWithMaintenanceWindowRequest.Builder ownerInformation(String ownerInformation)
User-provided value that will be included in any CloudWatch events raised while running tasks for these targets in this Maintenance Window.
ownerInformation - User-provided value that will be included in any CloudWatch events raised while running tasks for
these targets in this Maintenance Window.RegisterTargetWithMaintenanceWindowRequest.Builder name(String name)
An optional name for the target.
name - An optional name for the target.RegisterTargetWithMaintenanceWindowRequest.Builder description(String description)
An optional description for the target.
description - An optional description for the target.RegisterTargetWithMaintenanceWindowRequest.Builder clientToken(String clientToken)
User-provided idempotency token.
clientToken - User-provided idempotency token.RegisterTargetWithMaintenanceWindowRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2017. All rights reserved.