Interface DevEnvironmentSessionSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DevEnvironmentSessionSummary.Builder,DevEnvironmentSessionSummary>, SdkBuilder<DevEnvironmentSessionSummary.Builder,DevEnvironmentSessionSummary>, SdkPojo
Enclosing class:
DevEnvironmentSessionSummary

public static interface DevEnvironmentSessionSummary.Builder extends SdkPojo, CopyableBuilder<DevEnvironmentSessionSummary.Builder,DevEnvironmentSessionSummary>
  • 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

      DevEnvironmentSessionSummary.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.
    • devEnvironmentId

      DevEnvironmentSessionSummary.Builder devEnvironmentId(String devEnvironmentId)

      The system-generated unique ID of the Dev Environment.

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

      The date and time the session started, in coordinated universal time (UTC) timestamp format as specified in RFC 3339

      Parameters:
      startedTime - The date and time the session started, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
      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 session.

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