Interface DevEnvironmentAccessDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DevEnvironmentAccessDetails.Builder,DevEnvironmentAccessDetails>,SdkBuilder<DevEnvironmentAccessDetails.Builder,DevEnvironmentAccessDetails>,SdkPojo
- Enclosing class:
- DevEnvironmentAccessDetails
public static interface DevEnvironmentAccessDetails.Builder extends SdkPojo, CopyableBuilder<DevEnvironmentAccessDetails.Builder,DevEnvironmentAccessDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DevEnvironmentAccessDetails.BuilderstreamUrl(String streamUrl)The URL used to send commands to and from the Dev Environment.DevEnvironmentAccessDetails.BuildertokenValue(String tokenValue)An encrypted token value that contains session and caller information used to authenticate the connection.-
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, sdkFields
-
-
-
-
Method Detail
-
streamUrl
DevEnvironmentAccessDetails.Builder streamUrl(String streamUrl)
The URL used to send commands to and from the Dev Environment.
- Parameters:
streamUrl- The URL used to send commands to and from the Dev Environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tokenValue
DevEnvironmentAccessDetails.Builder tokenValue(String tokenValue)
An encrypted token value that contains session and caller information used to authenticate the connection.
- Parameters:
tokenValue- An encrypted token value that contains session and caller information used to authenticate the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-