public static interface RegisterTargetWithMaintenanceWindowRequest.Builder extends SSMRequest.Builder, CopyableBuilder<RegisterTargetWithMaintenanceWindowRequest.Builder,RegisterTargetWithMaintenanceWindowRequest>
Modifier and Type | Method and Description |
---|---|
RegisterTargetWithMaintenanceWindowRequest.Builder |
clientToken(String clientToken)
User-provided idempotency token.
|
RegisterTargetWithMaintenanceWindowRequest.Builder |
description(String description)
An optional description for the target.
|
RegisterTargetWithMaintenanceWindowRequest.Builder |
name(String name)
An optional name for the target.
|
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.
|
RegisterTargetWithMaintenanceWindowRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
RegisterTargetWithMaintenanceWindowRequest.Builder |
resourceType(MaintenanceWindowResourceType resourceType)
The type of target being registered with the Maintenance Window.
|
RegisterTargetWithMaintenanceWindowRequest.Builder |
resourceType(String resourceType)
The type of target being registered with the Maintenance Window.
|
RegisterTargetWithMaintenanceWindowRequest.Builder |
targets(Collection<Target> targets)
The targets (either instances or tags).
|
RegisterTargetWithMaintenanceWindowRequest.Builder |
targets(Target... targets)
The targets (either instances or tags).
|
RegisterTargetWithMaintenanceWindowRequest.Builder |
windowId(String windowId)
The ID of the Maintenance Window the target should be registered with.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
RegisterTargetWithMaintenanceWindowRequest.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
,
MaintenanceWindowResourceType
RegisterTargetWithMaintenanceWindowRequest.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
,
MaintenanceWindowResourceType
RegisterTargetWithMaintenanceWindowRequest.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)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.