Interface AutomationStreamUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutomationStreamUpdate.Builder,
,AutomationStreamUpdate> SdkBuilder<AutomationStreamUpdate.Builder,
,AutomationStreamUpdate> SdkPojo
- Enclosing class:
AutomationStreamUpdate
@Mutable
@NotThreadSafe
public static interface AutomationStreamUpdate.Builder
extends SdkPojo, CopyableBuilder<AutomationStreamUpdate.Builder,AutomationStreamUpdate>
-
Method Summary
Modifier and TypeMethodDescriptionstreamStatus
(String streamStatus) The status of the automation stream.streamStatus
(AutomationStreamStatus streamStatus) The status of the automation stream.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
-
streamStatus
The status of the automation stream.
- Parameters:
streamStatus
- The status of the automation stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
streamStatus
The status of the automation stream.
- Parameters:
streamStatus
- The status of the automation stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-