Interface RemoteAccessEndpoints.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RemoteAccessEndpoints.Builder,,RemoteAccessEndpoints> SdkBuilder<RemoteAccessEndpoints.Builder,,RemoteAccessEndpoints> SdkPojo
- Enclosing class:
RemoteAccessEndpoints
@Mutable
@NotThreadSafe
public static interface RemoteAccessEndpoints.Builder
extends SdkPojo, CopyableBuilder<RemoteAccessEndpoints.Builder,RemoteAccessEndpoints>
-
Method Summary
Modifier and TypeMethodDescriptioninteractiveEndpoint(String interactiveEndpoint) URL for viewing and interacting with the device during the remote access session.remoteDriverEndpoint(String remoteDriverEndpoint) URL for controlling the device using WebDriver-compliant clients, like Appium, during the remote access session.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
-
remoteDriverEndpoint
URL for controlling the device using WebDriver-compliant clients, like Appium, during the remote access session.
- Parameters:
remoteDriverEndpoint- URL for controlling the device using WebDriver-compliant clients, like Appium, during the remote access session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
interactiveEndpoint
URL for viewing and interacting with the device during the remote access session.
- Parameters:
interactiveEndpoint- URL for viewing and interacting with the device during the remote access session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-