Interface NeuronDeviceCoreInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NeuronDeviceCoreInfo.Builder,NeuronDeviceCoreInfo>,SdkBuilder<NeuronDeviceCoreInfo.Builder,NeuronDeviceCoreInfo>,SdkPojo
- Enclosing class:
- NeuronDeviceCoreInfo
@Mutable @NotThreadSafe public static interface NeuronDeviceCoreInfo.Builder extends SdkPojo, CopyableBuilder<NeuronDeviceCoreInfo.Builder,NeuronDeviceCoreInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NeuronDeviceCoreInfo.Buildercount(Integer count)The number of cores available to the neuron accelerator.NeuronDeviceCoreInfo.Builderversion(Integer version)The version of the neuron accelerator.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
count
NeuronDeviceCoreInfo.Builder count(Integer 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
NeuronDeviceCoreInfo.Builder version(Integer 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.
-
-