public static interface ListProfileTimesResponse.Builder extends CodeGuruProfilerResponse.Builder, SdkPojo, CopyableBuilder<ListProfileTimesResponse.Builder,ListProfileTimesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProfileTimesResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListProfileTimes request. |
ListProfileTimesResponse.Builder |
profileTimes(Collection<ProfileTime> profileTimes)
The list of start times of the available profiles for the aggregation period in the specified time range.
|
ListProfileTimesResponse.Builder |
profileTimes(Consumer<ProfileTime.Builder>... profileTimes)
The list of start times of the available profiles for the aggregation period in the specified time range.
|
ListProfileTimesResponse.Builder |
profileTimes(ProfileTime... profileTimes)
The list of start times of the available profiles for the aggregation period in the specified time range.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProfileTimesResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future ListProfileTimes request. When the
results of a ListProfileTimes request exceed maxResults, this value can be used to
retrieve the next page of results. This value is null when there are no more results to return.
nextToken - The nextToken value to include in a future ListProfileTimes request. When
the results of a ListProfileTimes request exceed maxResults, this value can
be used to retrieve the next page of results. This value is null when there are no more
results to return.ListProfileTimesResponse.Builder profileTimes(Collection<ProfileTime> profileTimes)
The list of start times of the available profiles for the aggregation period in the specified time range.
profileTimes - The list of start times of the available profiles for the aggregation period in the specified time
range.ListProfileTimesResponse.Builder profileTimes(ProfileTime... profileTimes)
The list of start times of the available profiles for the aggregation period in the specified time range.
profileTimes - The list of start times of the available profiles for the aggregation period in the specified time
range.ListProfileTimesResponse.Builder profileTimes(Consumer<ProfileTime.Builder>... profileTimes)
The list of start times of the available profiles for the aggregation period in the specified time range.
This is a convenience method that creates an instance of theProfileTime.Builder avoiding the need to
create one manually via ProfileTime.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #profileTimes(List.
profileTimes - a consumer that will call methods on
ProfileTime.Builder#profileTimes(java.util.Collection) Copyright © 2023. All rights reserved.