Interface StepInput.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<StepInput.Builder,,StepInput> SdkBuilder<StepInput.Builder,,StepInput> SdkPojo
- Enclosing class:
 StepInput
@Mutable
@NotThreadSafe
public static interface StepInput.Builder
extends SdkPojo, CopyableBuilder<StepInput.Builder,StepInput> 
- 
Method Summary
Modifier and TypeMethodDescriptionintegerValue(Integer integerValue) The value of the integer.listOfStringsValue(String... listOfStringsValue) List of string values.listOfStringsValue(Collection<String> listOfStringsValue) List of string values.mapOfStringValue(Map<String, String> mapOfStringValue) Map of string values.stringValue(String stringValue) String value.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
integerValue
The value of the integer.
- Parameters:
 integerValue- The value of the integer.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
stringValue
String value.
- Parameters:
 stringValue- String value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
listOfStringsValue
List of string values.
- Parameters:
 listOfStringsValue- List of string values.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
listOfStringsValue
List of string values.
- Parameters:
 listOfStringsValue- List of string values.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
mapOfStringValue
Map of string values.
- Parameters:
 mapOfStringValue- Map of string values.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -