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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DevEnvironmentSessionSummary.BuilderdevEnvironmentId(String devEnvironmentId)The system-generated unique ID of the Dev Environment.DevEnvironmentSessionSummary.Builderid(String id)The system-generated unique ID of the Dev Environment session.DevEnvironmentSessionSummary.BuilderprojectName(String projectName)The name of the project in the space.DevEnvironmentSessionSummary.BuilderspaceName(String spaceName)The name of the space.DevEnvironmentSessionSummary.BuilderstartedTime(Instant startedTime)The date and time the session started, in coordinated universal time (UTC) timestamp format as specified in RFC 3339-
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
DevEnvironmentSessionSummary.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
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
DevEnvironmentSessionSummary.Builder startedTime(Instant 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
DevEnvironmentSessionSummary.Builder id(String 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.
-
-