Interface NodeFromTemplateJob.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NodeFromTemplateJob.Builder,
,NodeFromTemplateJob> SdkBuilder<NodeFromTemplateJob.Builder,
,NodeFromTemplateJob> SdkPojo
- Enclosing class:
NodeFromTemplateJob
public static interface NodeFromTemplateJob.Builder
extends SdkPojo, CopyableBuilder<NodeFromTemplateJob.Builder,NodeFromTemplateJob>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTime
(Instant createdTime) When the job was created.The job's ID.The node's name.The job's status.status
(NodeFromTemplateJobStatus status) The job's status.statusMessage
(String statusMessage) The job's status message.templateType
(String templateType) The job's template type.templateType
(TemplateType templateType) The job's template type.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 Details
-
createdTime
When the job was created.
- Parameters:
createdTime
- When the job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
The job's ID.
- Parameters:
jobId
- The job's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeName
The node's name.
- Parameters:
nodeName
- The node's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The job's status.
- Parameters:
status
- The job's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The job's status.
- Parameters:
status
- The job's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
The job's status message.
- Parameters:
statusMessage
- The job's status message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateType
The job's template type.
- Parameters:
templateType
- The job's template type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
templateType
The job's template type.
- Parameters:
templateType
- The job's template type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-