Interface CPU.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CPU.Builder,,- CPU> - SdkBuilder<CPU.Builder,,- CPU> - SdkPojo
- Enclosing class:
- CPU
@Mutable
@NotThreadSafe
public static interface CPU.Builder
extends SdkPojo, CopyableBuilder<CPU.Builder,CPU> 
- 
Method SummaryModifier and TypeMethodDescriptionThe number of CPU cores.The model name of the CPU.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
coresThe number of CPU cores. - Parameters:
- cores- The number of CPU cores.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
modelNameThe model name of the CPU. - Parameters:
- modelName- The model name of the CPU.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-