public static interface ProfilingStatus.Builder extends SdkPojo, CopyableBuilder<ProfilingStatus.Builder,ProfilingStatus>
| Modifier and Type | Method and Description |
|---|---|
ProfilingStatus.Builder |
latestAgentOrchestratedAt(Instant latestAgentOrchestratedAt)
The date and time when the profiling agent most recently pinged back.
|
ProfilingStatus.Builder |
latestAgentProfileReportedAt(Instant latestAgentProfileReportedAt)
The date and time when the most recent profile was received.
|
ProfilingStatus.Builder |
latestAggregatedProfile(AggregatedProfileTime latestAggregatedProfile)
An
AggregatedProfileTime object that contains the aggregation period and start time for an
aggregated profile. |
default ProfilingStatus.Builder |
latestAggregatedProfile(Consumer<AggregatedProfileTime.Builder> latestAggregatedProfile)
An
AggregatedProfileTime object that contains the aggregation period and start time for an
aggregated profile. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProfilingStatus.Builder latestAgentOrchestratedAt(Instant latestAgentOrchestratedAt)
The date and time when the profiling agent most recently pinged back. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
latestAgentOrchestratedAt - The date and time when the profiling agent most recently pinged back. Specify using the ISO 8601
format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM
UTC.ProfilingStatus.Builder latestAgentProfileReportedAt(Instant latestAgentProfileReportedAt)
The date and time when the most recent profile was received. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
latestAgentProfileReportedAt - The date and time when the most recent profile was received. Specify using the ISO 8601 format. For
example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.ProfilingStatus.Builder latestAggregatedProfile(AggregatedProfileTime latestAggregatedProfile)
An
AggregatedProfileTime object that contains the aggregation period and start time for an
aggregated profile.
latestAggregatedProfile - An
AggregatedProfileTime object that contains the aggregation period and start time for
an aggregated profile.default ProfilingStatus.Builder latestAggregatedProfile(Consumer<AggregatedProfileTime.Builder> latestAggregatedProfile)
An
AggregatedProfileTime object that contains the aggregation period and start time for an
aggregated profile.
AggregatedProfileTime.Builder avoiding
the need to create one manually via AggregatedProfileTime.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to latestAggregatedProfile(AggregatedProfileTime).
latestAggregatedProfile - a consumer that will call methods on AggregatedProfileTime.BuilderlatestAggregatedProfile(AggregatedProfileTime)Copyright © 2023. All rights reserved.