Interface ListProfilingGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeGuruProfilerRequest.Builder,CopyableBuilder<ListProfilingGroupsRequest.Builder,ListProfilingGroupsRequest>,SdkBuilder<ListProfilingGroupsRequest.Builder,ListProfilingGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListProfilingGroupsRequest
public static interface ListProfilingGroupsRequest.Builder extends CodeGuruProfilerRequest.Builder, SdkPojo, CopyableBuilder<ListProfilingGroupsRequest.Builder,ListProfilingGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProfilingGroupsRequest.BuilderincludeDescription(Boolean includeDescription)ABooleanvalue indicating whether to include a description.ListProfilingGroupsRequest.BuildermaxResults(Integer maxResults)The maximum number of profiling groups results returned byListProfilingGroupsin paginated output.ListProfilingGroupsRequest.BuildernextToken(String nextToken)ThenextTokenvalue returned from a previous paginatedListProfilingGroupsrequest wheremaxResultswas used and the results exceeded the value of that parameter.ListProfilingGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProfilingGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
includeDescription
ListProfilingGroupsRequest.Builder includeDescription(Boolean includeDescription)
A
Booleanvalue indicating whether to include a description. Iftrue, then a list ofProfilingGroupDescriptionobjects that contain detailed information about profiling groups is returned. Iffalse, then a list of profiling group names is returned.- Parameters:
includeDescription- ABooleanvalue indicating whether to include a description. Iftrue, then a list ofProfilingGroupDescriptionobjects 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
ListProfilingGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of profiling groups results returned by
ListProfilingGroupsin paginated output. When this parameter is used,ListProfilingGroupsonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListProfilingGroupsrequest with the returnednextTokenvalue.- Parameters:
maxResults- The maximum number of profiling groups results returned byListProfilingGroupsin paginated output. When this parameter is used,ListProfilingGroupsonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListProfilingGroupsrequest with the returnednextTokenvalue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListProfilingGroupsRequest.Builder nextToken(String nextToken)
The
nextTokenvalue returned from a previous paginatedListProfilingGroupsrequest wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue.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- ThenextTokenvalue returned from a previous paginatedListProfilingGroupsrequest wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue.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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListProfilingGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-