Interface RunCommandTarget.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RunCommandTarget.Builder,
,RunCommandTarget> SdkBuilder<RunCommandTarget.Builder,
,RunCommandTarget> SdkPojo
- Enclosing class:
RunCommandTarget
@Mutable
@NotThreadSafe
public static interface RunCommandTarget.Builder
extends SdkPojo, CopyableBuilder<RunCommandTarget.Builder,RunCommandTarget>
-
Method Summary
Modifier and TypeMethodDescriptionCan be eithertag:
tag-key orInstanceIds
.IfKey
istag:
tag-key,Values
is a list of tag values.values
(Collection<String> values) IfKey
istag:
tag-key,Values
is a list of tag values.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
key
Can be either
tag:
tag-key orInstanceIds
.- Parameters:
key
- Can be eithertag:
tag-key orInstanceIds
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
If
Key
istag:
tag-key,Values
is a list of tag values. IfKey
isInstanceIds
,Values
is a list of Amazon EC2 instance IDs.- Parameters:
values
- IfKey
istag:
tag-key,Values
is a list of tag values. IfKey
isInstanceIds
,Values
is a list of Amazon EC2 instance IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
If
Key
istag:
tag-key,Values
is a list of tag values. IfKey
isInstanceIds
,Values
is a list of Amazon EC2 instance IDs.- Parameters:
values
- IfKey
istag:
tag-key,Values
is a list of tag values. IfKey
isInstanceIds
,Values
is a list of Amazon EC2 instance IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-