Interface GetDevEnvironmentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CodeCatalystResponse.Builder
,CopyableBuilder<GetDevEnvironmentResponse.Builder,
,GetDevEnvironmentResponse> SdkBuilder<GetDevEnvironmentResponse.Builder,
,GetDevEnvironmentResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetDevEnvironmentResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe user-specified alias for the Dev Environment.The system-generated unique ID of the user who created the Dev Environment.The system-generated unique ID of the Dev Environment.ides
(Collection<Ide> ides) Information about the integrated development environment (IDE) configured for the Dev Environment.ides
(Consumer<Ide.Builder>... ides) Information about the integrated development environment (IDE) configured for the Dev Environment.Information about the integrated development environment (IDE) configured for the Dev Environment.inactivityTimeoutMinutes
(Integer inactivityTimeoutMinutes) The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.instanceType
(String instanceType) The Amazon EC2 instace type to use for the Dev Environment.instanceType
(InstanceType instanceType) The Amazon EC2 instace type to use for the Dev Environment.lastUpdatedTime
(Instant lastUpdatedTime) The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.persistentStorage
(Consumer<PersistentStorage.Builder> persistentStorage) Information about the amount of storage allocated to the Dev Environment.persistentStorage
(PersistentStorage persistentStorage) Information about the amount of storage allocated to the Dev Environment.projectName
(String projectName) The name of the project in the space.repositories
(Collection<DevEnvironmentRepositorySummary> repositories) The source repository that contains the branch cloned into the Dev Environment.repositories
(Consumer<DevEnvironmentRepositorySummary.Builder>... repositories) The source repository that contains the branch cloned into the Dev Environment.repositories
(DevEnvironmentRepositorySummary... repositories) The source repository that contains the branch cloned into the Dev Environment.The name of the space.The current status of the Dev Environment.status
(DevEnvironmentStatus status) The current status of the Dev Environment.statusReason
(String statusReason) The reason for the status.vpcConnectionName
(String vpcConnectionName) The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.Methods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystResponse.Builder
build, responseMetadata, responseMetadata
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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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
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.
-
lastUpdatedTime
The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
- Parameters:
lastUpdatedTime
- The time when the Dev Environment was last updated, 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.
-
creatorId
The system-generated unique ID of the user who created the Dev Environment.
- Parameters:
creatorId
- The system-generated unique ID of the user who created the Dev Environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the Dev Environment.
- Parameters:
status
- The current status of the Dev Environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the Dev Environment.
- Parameters:
status
- The current status of the Dev Environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The reason for the status.
- Parameters:
statusReason
- The reason for the status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositories
GetDevEnvironmentResponse.Builder repositories(Collection<DevEnvironmentRepositorySummary> repositories) The source repository that contains the branch cloned into the Dev Environment.
- Parameters:
repositories
- The source repository that contains the branch cloned into the Dev Environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositories
The source repository that contains the branch cloned into the Dev Environment.
- Parameters:
repositories
- The source repository that contains the branch cloned into the Dev Environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositories
GetDevEnvironmentResponse.Builder repositories(Consumer<DevEnvironmentRepositorySummary.Builder>... repositories) The source repository that contains the branch cloned into the Dev Environment.
This is a convenience method that creates an instance of theDevEnvironmentRepositorySummary.Builder
avoiding the need to create one manually viaDevEnvironmentRepositorySummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torepositories(List<DevEnvironmentRepositorySummary>)
.- Parameters:
repositories
- a consumer that will call methods onDevEnvironmentRepositorySummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
alias
The user-specified alias for the Dev Environment.
- Parameters:
alias
- The user-specified alias for the Dev Environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ides
Information about the integrated development environment (IDE) configured for the Dev Environment.
- Parameters:
ides
- Information about the integrated development environment (IDE) configured for the Dev Environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ides
Information about the integrated development environment (IDE) configured for the Dev Environment.
- Parameters:
ides
- Information about the integrated development environment (IDE) configured for the Dev Environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ides
Information about the integrated development environment (IDE) configured for the Dev Environment.
This is a convenience method that creates an instance of theIde.Builder
avoiding the need to create one manually viaIde.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toides(List<Ide>)
.- Parameters:
ides
- a consumer that will call methods onIde.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceType
The Amazon EC2 instace type to use for the Dev Environment.
- Parameters:
instanceType
- The Amazon EC2 instace type to use for the Dev Environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceType
The Amazon EC2 instace type to use for the Dev Environment.
- Parameters:
instanceType
- The Amazon EC2 instace type to use for the Dev Environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inactivityTimeoutMinutes
The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.
- Parameters:
inactivityTimeoutMinutes
- The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
persistentStorage
Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage.
- Parameters:
persistentStorage
- Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
persistentStorage
default GetDevEnvironmentResponse.Builder persistentStorage(Consumer<PersistentStorage.Builder> persistentStorage) Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage.
This is a convenience method that creates an instance of thePersistentStorage.Builder
avoiding the need to create one manually viaPersistentStorage.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topersistentStorage(PersistentStorage)
.- Parameters:
persistentStorage
- a consumer that will call methods onPersistentStorage.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-