Interface NodeSemantics.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NodeSemantics.Builder,,NodeSemantics> SdkBuilder<NodeSemantics.Builder,,NodeSemantics> SdkPojo
- Enclosing class:
NodeSemantics
@Mutable
@NotThreadSafe
public static interface NodeSemantics.Builder
extends SdkPojo, CopyableBuilder<NodeSemantics.Builder,NodeSemantics>
-
Method Summary
Modifier and TypeMethodDescriptionThe application framework the service is built on.The kind of workload the service is.The primary programming language the service is written in.What the service does.repository(String repository) The source repository the service is built from.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
purpose
What the service does.
- Parameters:
purpose- What the service does.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
language
The primary programming language the service is written in.
- Parameters:
language- The primary programming language the service is written in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
framework
The application framework the service is built on.
- Parameters:
framework- The application framework the service is built on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kind
The kind of workload the service is.
- Parameters:
kind- The kind of workload the service is.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repository
The source repository the service is built from.
- Parameters:
repository- The source repository the service is built from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-