default ProfilingGroupDescription.Builder |
ProfilingGroupDescription.Builder.agentOrchestrationConfig(Consumer<AgentOrchestrationConfig.Builder> agentOrchestrationConfig) |
|
ProfilingGroupDescription.Builder |
ProfilingGroupDescription.Builder.agentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig) |
|
ProfilingGroupDescription.Builder |
ProfilingGroupDescription.Builder.arn(String arn) |
The Amazon Resource Name (ARN) identifying the profiling group resource.
|
static ProfilingGroupDescription.Builder |
ProfilingGroupDescription.builder() |
|
ProfilingGroupDescription.Builder |
ProfilingGroupDescription.Builder.computePlatform(String computePlatform) |
The compute platform of the profiling group.
|
ProfilingGroupDescription.Builder |
ProfilingGroupDescription.Builder.computePlatform(ComputePlatform computePlatform) |
The compute platform of the profiling group.
|
ProfilingGroupDescription.Builder |
ProfilingGroupDescription.Builder.createdAt(Instant createdAt) |
The time when the profiling group was created.
|
ProfilingGroupDescription.Builder |
ProfilingGroupDescription.Builder.name(String name) |
The name of the profiling group.
|
default ProfilingGroupDescription.Builder |
ProfilingGroupDescription.Builder.profilingStatus(Consumer<ProfilingStatus.Builder> profilingStatus) |
A
ProfilingStatus object that includes information about the last time a profile agent pinged
back, the last time a profile was received, and the aggregation period and start time for the most recent
aggregated profile.
|
ProfilingGroupDescription.Builder |
ProfilingGroupDescription.Builder.profilingStatus(ProfilingStatus profilingStatus) |
A
ProfilingStatus object that includes information about the last time a profile agent pinged
back, the last time a profile was received, and the aggregation period and start time for the most recent
aggregated profile.
|
ProfilingGroupDescription.Builder |
ProfilingGroupDescription.Builder.tags(Map<String,String> tags) |
A list of the tags that belong to this profiling group.
|
ProfilingGroupDescription.Builder |
ProfilingGroupDescription.toBuilder() |
|
ProfilingGroupDescription.Builder |
ProfilingGroupDescription.Builder.updatedAt(Instant updatedAt) |
The date and time when the profiling group was last updated.
|