Interface AutomationStream.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutomationStream.Builder,
,AutomationStream> SdkBuilder<AutomationStream.Builder,
,AutomationStream> SdkPojo
- Enclosing class:
AutomationStream
@Mutable
@NotThreadSafe
public static interface AutomationStream.Builder
extends SdkPojo, CopyableBuilder<AutomationStream.Builder,AutomationStream>
-
Method Summary
Modifier and TypeMethodDescriptionstreamEndpoint
(String streamEndpoint) The endpoint URL for the automation stream.streamStatus
(String streamStatus) The current status of the automation stream.streamStatus
(AutomationStreamStatus streamStatus) The current 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
-
streamEndpoint
The endpoint URL for the automation stream. This URL is used to establish a WebSocket connection to the stream for sending commands and receiving responses.
- Parameters:
streamEndpoint
- The endpoint URL for the automation stream. This URL is used to establish a WebSocket connection to the stream for sending commands and receiving responses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamStatus
The current status of the automation stream. This indicates whether the stream is available for use. Possible values include ACTIVE, CONNECTING, and DISCONNECTED.
- Parameters:
streamStatus
- The current status of the automation stream. This indicates whether the stream is available for use. Possible values include ACTIVE, CONNECTING, and DISCONNECTED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
streamStatus
The current status of the automation stream. This indicates whether the stream is available for use. Possible values include ACTIVE, CONNECTING, and DISCONNECTED.
- Parameters:
streamStatus
- The current status of the automation stream. This indicates whether the stream is available for use. Possible values include ACTIVE, CONNECTING, and DISCONNECTED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-