Interface SimulationSoftwareSuite.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SimulationSoftwareSuite.Builder,,SimulationSoftwareSuite> SdkBuilder<SimulationSoftwareSuite.Builder,,SimulationSoftwareSuite> SdkPojo
- Enclosing class:
 SimulationSoftwareSuite
public static interface SimulationSoftwareSuite.Builder
extends SdkPojo, CopyableBuilder<SimulationSoftwareSuite.Builder,SimulationSoftwareSuite> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the simulation software suite.The name of the simulation software suite.The version of the simulation software suite.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
- 
name
The name of the simulation software suite.
SimulationRuntimeis the only supported value.- Parameters:
 name- The name of the simulation software suite.SimulationRuntimeis the only supported value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
name
The name of the simulation software suite.
SimulationRuntimeis the only supported value.- Parameters:
 name- The name of the simulation software suite.SimulationRuntimeis the only supported value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
version
The version of the simulation software suite. Not applicable for
SimulationRuntime.- Parameters:
 version- The version of the simulation software suite. Not applicable forSimulationRuntime.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -