Interface NeuronDeviceCoreInfo.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<NeuronDeviceCoreInfo.Builder,,NeuronDeviceCoreInfo> SdkBuilder<NeuronDeviceCoreInfo.Builder,,NeuronDeviceCoreInfo> SdkPojo
- Enclosing class:
 NeuronDeviceCoreInfo
public static interface NeuronDeviceCoreInfo.Builder
extends SdkPojo, CopyableBuilder<NeuronDeviceCoreInfo.Builder,NeuronDeviceCoreInfo> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe number of cores available to the neuron accelerator.The version of the neuron accelerator.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
- 
count
The number of cores available to the neuron accelerator.
- Parameters:
 count- The number of cores available to the neuron accelerator.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
version
The version of the neuron accelerator.
- Parameters:
 version- The version of the neuron accelerator.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -