Interface LiveViewStream.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LiveViewStream.Builder,
,LiveViewStream> SdkBuilder<LiveViewStream.Builder,
,LiveViewStream> SdkPojo
- Enclosing class:
LiveViewStream
@Mutable
@NotThreadSafe
public static interface LiveViewStream.Builder
extends SdkPojo, CopyableBuilder<LiveViewStream.Builder,LiveViewStream>
-
Method Summary
Modifier and TypeMethodDescriptionstreamEndpoint
(String streamEndpoint) The endpoint URL for the live view 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 live view stream. This URL is used to establish a connection to receive visual updates from the browser session.
- Parameters:
streamEndpoint
- The endpoint URL for the live view stream. This URL is used to establish a connection to receive visual updates from the browser session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-