@Stability(value=Experimental) public static final class ProfilingGroupProps.Builder extends Object implements software.amazon.jsii.Builder<ProfilingGroupProps>
ProfilingGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ProfilingGroupProps |
build()
Builds the configured instance.
|
ProfilingGroupProps.Builder |
computePlatform(ComputePlatform computePlatform)
Sets the value of
ProfilingGroupProps.getComputePlatform() |
ProfilingGroupProps.Builder |
profilingGroupName(String profilingGroupName)
Sets the value of
ProfilingGroupProps.getProfilingGroupName() |
@Stability(value=Experimental) public ProfilingGroupProps.Builder computePlatform(ComputePlatform computePlatform)
ProfilingGroupProps.getComputePlatform()computePlatform - The compute platform of the profiling group.this@Stability(value=Experimental) public ProfilingGroupProps.Builder profilingGroupName(String profilingGroupName)
ProfilingGroupProps.getProfilingGroupName()profilingGroupName - A name for the profiling group.this@Stability(value=Experimental) public ProfilingGroupProps build()
build in interface software.amazon.jsii.Builder<ProfilingGroupProps>ProfilingGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.