Interface ListProfileTimesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeGuruProfilerResponse.Builder, CopyableBuilder<ListProfileTimesResponse.Builder,ListProfileTimesResponse>, SdkBuilder<ListProfileTimesResponse.Builder,ListProfileTimesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListProfileTimesResponse

  • Method Details

    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • profileTimes

      The list of start times of the available profiles for the aggregation period in the specified time range.

      Parameters:
      profileTimes - The list of start times of the available profiles for the aggregation period in the specified time range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • profileTimes

      ListProfileTimesResponse.Builder profileTimes(ProfileTime... profileTimes)

      The list of start times of the available profiles for the aggregation period in the specified time range.

      Parameters:
      profileTimes - The list of start times of the available profiles for the aggregation period in the specified time range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 the ProfileTime.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<ProfileTime>).

      Parameters:
      profileTimes - a consumer that will call methods on ProfileTime.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: