Interface CreateDevEnvironmentResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeCatalystResponse.Builder, CopyableBuilder<CreateDevEnvironmentResponse.Builder,CreateDevEnvironmentResponse>, SdkBuilder<CreateDevEnvironmentResponse.Builder,CreateDevEnvironmentResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateDevEnvironmentResponse

public static interface CreateDevEnvironmentResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<CreateDevEnvironmentResponse.Builder,CreateDevEnvironmentResponse>
  • Method Details

    • 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

      CreateDevEnvironmentResponse.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

      The system-generated unique ID of the Dev Environment.

      Parameters:
      id - The system-generated unique ID of the Dev Environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.