public static interface ListProfilingGroupsResponse.Builder extends CodeGuruProfilerResponse.Builder, SdkPojo, CopyableBuilder<ListProfilingGroupsResponse.Builder,ListProfilingGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProfilingGroupsResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListProfilingGroups request. |
ListProfilingGroupsResponse.Builder |
profilingGroupNames(Collection<String> profilingGroupNames)
A returned list of profiling group names.
|
ListProfilingGroupsResponse.Builder |
profilingGroupNames(String... profilingGroupNames)
A returned list of profiling group names.
|
ListProfilingGroupsResponse.Builder |
profilingGroups(Collection<ProfilingGroupDescription> profilingGroups)
A returned list
ProfilingGroupDescription objects. |
ListProfilingGroupsResponse.Builder |
profilingGroups(Consumer<ProfilingGroupDescription.Builder>... profilingGroups)
A returned list
ProfilingGroupDescription objects. |
ListProfilingGroupsResponse.Builder |
profilingGroups(ProfilingGroupDescription... profilingGroups)
A returned list
ProfilingGroupDescription objects. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProfilingGroupsResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future ListProfilingGroups request. When the
results of a ListProfilingGroups 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 ListProfilingGroups request. When
the results of a ListProfilingGroups 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.ListProfilingGroupsResponse.Builder profilingGroupNames(Collection<String> profilingGroupNames)
A returned list of profiling group names. A list of the names is returned only if
includeDescription is false, otherwise a list of
ProfilingGroupDescription objects is returned.
profilingGroupNames - A returned list of profiling group names. A list of the names is returned only if
includeDescription is false, otherwise a list of
ProfilingGroupDescription objects is returned.ListProfilingGroupsResponse.Builder profilingGroupNames(String... profilingGroupNames)
A returned list of profiling group names. A list of the names is returned only if
includeDescription is false, otherwise a list of
ProfilingGroupDescription objects is returned.
profilingGroupNames - A returned list of profiling group names. A list of the names is returned only if
includeDescription is false, otherwise a list of
ProfilingGroupDescription objects is returned.ListProfilingGroupsResponse.Builder profilingGroups(Collection<ProfilingGroupDescription> profilingGroups)
A returned list
ProfilingGroupDescription objects. A list of
ProfilingGroupDescription objects is returned only if includeDescription is
true, otherwise a list of profiling group names is returned.
profilingGroups - A returned list
ProfilingGroupDescription objects. A list of
ProfilingGroupDescription objects is returned only if
includeDescription is true, otherwise a list of profiling group names is
returned.ListProfilingGroupsResponse.Builder profilingGroups(ProfilingGroupDescription... profilingGroups)
A returned list
ProfilingGroupDescription objects. A list of
ProfilingGroupDescription objects is returned only if includeDescription is
true, otherwise a list of profiling group names is returned.
profilingGroups - A returned list
ProfilingGroupDescription objects. A list of
ProfilingGroupDescription objects is returned only if
includeDescription is true, otherwise a list of profiling group names is
returned.ListProfilingGroupsResponse.Builder profilingGroups(Consumer<ProfilingGroupDescription.Builder>... profilingGroups)
A returned list
ProfilingGroupDescription objects. A list of
ProfilingGroupDescription objects is returned only if includeDescription is
true, otherwise a list of profiling group names is returned.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #profilingGroups(List) .profilingGroups - a consumer that will call methods on List.Builder #profilingGroups(List) Copyright © 2021. All rights reserved.