public static final class ProfilingGroupProps.Builder
extends java.lang.Object
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(java.lang.String profilingGroupName)
Sets the value of
ProfilingGroupProps.getProfilingGroupName() |
public ProfilingGroupProps.Builder computePlatform(ComputePlatform computePlatform)
ProfilingGroupProps.getComputePlatform()
computePlatform
- The compute platform of the profiling group.this
public ProfilingGroupProps.Builder profilingGroupName(java.lang.String profilingGroupName)
ProfilingGroupProps.getProfilingGroupName()
profilingGroupName
- A name for the profiling group.this
public ProfilingGroupProps build()
ProfilingGroupProps
java.lang.NullPointerException
- if any required attribute was not provided