Interface ListProfilingGroupsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CodeGuruProfilerRequest.Builder
,CopyableBuilder<ListProfilingGroupsRequest.Builder,
,ListProfilingGroupsRequest> SdkBuilder<ListProfilingGroupsRequest.Builder,
,ListProfilingGroupsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListProfilingGroupsRequest
-
Method Summary
Modifier and TypeMethodDescriptionincludeDescription
(Boolean includeDescription) ABoolean
value indicating whether to include a description.maxResults
(Integer maxResults) The maximum number of profiling groups results returned byListProfilingGroups
in paginated output.ThenextToken
value returned from a previous paginatedListProfilingGroups
request wheremaxResults
was used and the results exceeded the value of that parameter.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.codeguruprofiler.model.CodeGuruProfilerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
includeDescription
A
Boolean
value indicating whether to include a description. Iftrue
, then a list ofProfilingGroupDescription
objects that contain detailed information about profiling groups is returned. Iffalse
, then a list of profiling group names is returned.- Parameters:
includeDescription
- ABoolean
value indicating whether to include a description. Iftrue
, then a list ofProfilingGroupDescription
objects that contain detailed information about profiling groups is returned. Iffalse
, then a list of profiling group names is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of profiling groups results returned by
ListProfilingGroups
in paginated output. When this parameter is used,ListProfilingGroups
only returnsmaxResults
results in a single page along with anextToken
response element. The remaining results of the initial request can be seen by sending anotherListProfilingGroups
request with the returnednextToken
value.- Parameters:
maxResults
- The maximum number of profiling groups results returned byListProfilingGroups
in paginated output. When this parameter is used,ListProfilingGroups
only returnsmaxResults
results in a single page along with anextToken
response element. The remaining results of the initial request can be seen by sending anotherListProfilingGroups
request with the returnednextToken
value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The
nextToken
value returned from a previous paginatedListProfilingGroups
request wheremaxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextToken
value.This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
- Parameters:
nextToken
- ThenextToken
value returned from a previous paginatedListProfilingGroups
request wheremaxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextToken
value.This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListProfilingGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListProfilingGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-