Interface RunCommandTarget.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RunCommandTarget.Builder,,RunCommandTarget> SdkBuilder<RunCommandTarget.Builder,,RunCommandTarget> SdkPojo
- Enclosing class:
 RunCommandTarget
public static interface RunCommandTarget.Builder
extends SdkPojo, CopyableBuilder<RunCommandTarget.Builder,RunCommandTarget> 
- 
Method Summary
Modifier and TypeMethodDescriptionCan be eithertag:tag-key orInstanceIds.IfKeyistag:tag-key,Valuesis a list of tag values.values(Collection<String> values) IfKeyistag:tag-key,Valuesis a list of tag values.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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
Keyistag:tag-key,Valuesis a list of tag values. IfKeyisInstanceIds,Valuesis a list of Amazon EC2 instance IDs.- Parameters:
 values- IfKeyistag:tag-key,Valuesis a list of tag values. IfKeyisInstanceIds,Valuesis a list of Amazon EC2 instance IDs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
values
If
Keyistag:tag-key,Valuesis a list of tag values. IfKeyisInstanceIds,Valuesis a list of Amazon EC2 instance IDs.- Parameters:
 values- IfKeyistag:tag-key,Valuesis a list of tag values. IfKeyisInstanceIds,Valuesis a list of Amazon EC2 instance IDs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -