Interface GetDevEnvironmentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeCatalystRequest.Builder,CopyableBuilder<GetDevEnvironmentRequest.Builder,GetDevEnvironmentRequest>,SdkBuilder<GetDevEnvironmentRequest.Builder,GetDevEnvironmentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetDevEnvironmentRequest
public static interface GetDevEnvironmentRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<GetDevEnvironmentRequest.Builder,GetDevEnvironmentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDevEnvironmentRequest.Builderid(String id)The system-generated unique ID of the Dev Environment for which you want to view information.GetDevEnvironmentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDevEnvironmentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDevEnvironmentRequest.BuilderprojectName(String projectName)The name of the project in the space.GetDevEnvironmentRequest.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
GetDevEnvironmentRequest.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
GetDevEnvironmentRequest.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
GetDevEnvironmentRequest.Builder id(String id)
The system-generated unique ID of the Dev Environment for which you want to view information. To retrieve a list of Dev Environment IDs, use ListDevEnvironments.
- Parameters:
id- The system-generated unique ID of the Dev Environment for which you want to view information. To retrieve a list of Dev Environment IDs, use ListDevEnvironments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDevEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetDevEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-