Interface StopDevEnvironmentSessionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeCatalystRequest.Builder,CopyableBuilder<StopDevEnvironmentSessionRequest.Builder,StopDevEnvironmentSessionRequest>,SdkBuilder<StopDevEnvironmentSessionRequest.Builder,StopDevEnvironmentSessionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopDevEnvironmentSessionRequest
public static interface StopDevEnvironmentSessionRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<StopDevEnvironmentSessionRequest.Builder,StopDevEnvironmentSessionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopDevEnvironmentSessionRequest.Builderid(String id)The system-generated unique ID of the Dev Environment.StopDevEnvironmentSessionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopDevEnvironmentSessionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopDevEnvironmentSessionRequest.BuilderprojectName(String projectName)The name of the project in the space.StopDevEnvironmentSessionRequest.BuildersessionId(String sessionId)The system-generated unique ID of the Dev Environment session.StopDevEnvironmentSessionRequest.BuilderspaceName(String spaceName)The name of the space.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystRequest.Builder
build
-
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
-
spaceName
StopDevEnvironmentSessionRequest.Builder spaceName(String spaceName)
The name of the space.
- Parameters:
spaceName- The name of the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectName
StopDevEnvironmentSessionRequest.Builder projectName(String projectName)
The name of the project in the space.
- Parameters:
projectName- The name of the project in the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
StopDevEnvironmentSessionRequest.Builder id(String id)
The system-generated unique ID of the Dev Environment. To obtain this ID, use ListDevEnvironments.
- Parameters:
id- The system-generated unique ID of the Dev Environment. To obtain this ID, use ListDevEnvironments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
StopDevEnvironmentSessionRequest.Builder sessionId(String sessionId)
The system-generated unique ID of the Dev Environment session. This ID is returned by StartDevEnvironmentSession.
- Parameters:
sessionId- The system-generated unique ID of the Dev Environment session. This ID is returned by StartDevEnvironmentSession.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopDevEnvironmentSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopDevEnvironmentSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-