Interface Step.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Step.Builder,,Step> SdkBuilder<Step.Builder,,Step> SdkPojo
- Enclosing class:
 Step
- 
Method Summary
Modifier and TypeMethodDescriptioncomponentArn(String componentArn) The component ARN.componentId(String componentId) The component ID.componentType(String componentType) The component type.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
- 
componentArn
The component ARN. The ARN can be null and is not displayed in the Amazon Web Services console.
- Parameters:
 componentArn- The component ARN. The ARN can be null and is not displayed in the Amazon Web Services console.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
componentId
The component ID.
- Parameters:
 componentId- The component ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
componentType
The component type.
- Parameters:
 componentType- The component type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -