Interface ListGraphsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListGraphsRequest.Builder,
,ListGraphsRequest> DetectiveRequest.Builder
,SdkBuilder<ListGraphsRequest.Builder,
,ListGraphsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListGraphsRequest
public static interface ListGraphsRequest.Builder
extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<ListGraphsRequest.Builder,ListGraphsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of graphs to return at a time.For requests to get the next page of results, the pagination token that was returned with the previous set of results.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.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.detective.model.DetectiveRequest.Builder
build
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
-
nextToken
For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
- Parameters:
nextToken
- For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of graphs to return at a time. The total must be less than the overall limit on the number of results to return, which is currently 200.
- Parameters:
maxResults
- The maximum number of graphs to return at a time. The total must be less than the overall limit on the number of results to return, which is currently 200.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListGraphsRequest.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
ListGraphsRequest.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.
-