public static interface StartDevEnvironmentSessionRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<StartDevEnvironmentSessionRequest.Builder,StartDevEnvironmentSessionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartDevEnvironmentSessionRequest.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.StartDevEnvironmentSessionRequest.Builder projectName(String projectName)
The name of the project in the space.
projectName - The name of the project in the space.StartDevEnvironmentSessionRequest.Builder id(String id)
The system-generated unique ID of the Dev Environment.
id - The system-generated unique ID of the Dev Environment.StartDevEnvironmentSessionRequest.Builder sessionConfiguration(DevEnvironmentSessionConfiguration sessionConfiguration)
sessionConfiguration - The new value for the SessionConfiguration property for this object.default StartDevEnvironmentSessionRequest.Builder sessionConfiguration(Consumer<DevEnvironmentSessionConfiguration.Builder> sessionConfiguration)
DevEnvironmentSessionConfiguration.Builder avoiding the need to create one manually via
DevEnvironmentSessionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to sessionConfiguration(DevEnvironmentSessionConfiguration).
sessionConfiguration - a consumer that will call methods on DevEnvironmentSessionConfiguration.BuildersessionConfiguration(DevEnvironmentSessionConfiguration)StartDevEnvironmentSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartDevEnvironmentSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.