Interface CreateDevEnvironmentResponse.Builder

    • Method Detail

      • spaceName

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

        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

        CreateDevEnvironmentResponse.Builder id​(String 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.
      • vpcConnectionName

        CreateDevEnvironmentResponse.Builder vpcConnectionName​(String vpcConnectionName)

        The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.

        Parameters:
        vpcConnectionName - The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.