@Stability(value=Experimental) public static final class AcceleratorProps.Builder extends Object implements software.amazon.jsii.Builder<AcceleratorProps>
AcceleratorProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AcceleratorProps.Builder |
acceleratorName(String acceleratorName)
Sets the value of
AcceleratorProps.getAcceleratorName() |
AcceleratorProps |
build()
Builds the configured instance.
|
AcceleratorProps.Builder |
enabled(Boolean enabled)
Sets the value of
AcceleratorProps.getEnabled() |
@Stability(value=Experimental) public AcceleratorProps.Builder acceleratorName(String acceleratorName)
AcceleratorProps.getAcceleratorName()acceleratorName - The name of the accelerator.this@Stability(value=Experimental) public AcceleratorProps.Builder enabled(Boolean enabled)
AcceleratorProps.getEnabled()enabled - Indicates whether the accelerator is enabled.this@Stability(value=Experimental) public AcceleratorProps build()
build in interface software.amazon.jsii.Builder<AcceleratorProps>AcceleratorPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.