public static interface DevEnvironmentSessionConfiguration.Builder extends SdkPojo, CopyableBuilder<DevEnvironmentSessionConfiguration.Builder,DevEnvironmentSessionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default DevEnvironmentSessionConfiguration.Builder |
executeCommandSessionConfiguration(Consumer<ExecuteCommandSessionConfiguration.Builder> executeCommandSessionConfiguration)
Information about optional commands that will be run on the Dev Environment when the SSH session begins.
|
DevEnvironmentSessionConfiguration.Builder |
executeCommandSessionConfiguration(ExecuteCommandSessionConfiguration executeCommandSessionConfiguration)
Information about optional commands that will be run on the Dev Environment when the SSH session begins.
|
DevEnvironmentSessionConfiguration.Builder |
sessionType(DevEnvironmentSessionType sessionType)
The type of the session.
|
DevEnvironmentSessionConfiguration.Builder |
sessionType(String sessionType)
The type of the session.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDevEnvironmentSessionConfiguration.Builder sessionType(String sessionType)
The type of the session.
sessionType - The type of the session.DevEnvironmentSessionType,
DevEnvironmentSessionTypeDevEnvironmentSessionConfiguration.Builder sessionType(DevEnvironmentSessionType sessionType)
The type of the session.
sessionType - The type of the session.DevEnvironmentSessionType,
DevEnvironmentSessionTypeDevEnvironmentSessionConfiguration.Builder executeCommandSessionConfiguration(ExecuteCommandSessionConfiguration executeCommandSessionConfiguration)
Information about optional commands that will be run on the Dev Environment when the SSH session begins.
executeCommandSessionConfiguration - Information about optional commands that will be run on the Dev Environment when the SSH session
begins.default DevEnvironmentSessionConfiguration.Builder executeCommandSessionConfiguration(Consumer<ExecuteCommandSessionConfiguration.Builder> executeCommandSessionConfiguration)
Information about optional commands that will be run on the Dev Environment when the SSH session begins.
This is a convenience method that creates an instance of theExecuteCommandSessionConfiguration.Builder avoiding the need to create one manually via
ExecuteCommandSessionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
executeCommandSessionConfiguration(ExecuteCommandSessionConfiguration).
executeCommandSessionConfiguration - a consumer that will call methods on ExecuteCommandSessionConfiguration.BuilderexecuteCommandSessionConfiguration(ExecuteCommandSessionConfiguration)Copyright © 2023. All rights reserved.