Interface ListGraphsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListGraphsRequest.Builder,ListGraphsRequest>,NeptuneGraphRequest.Builder,SdkBuilder<ListGraphsRequest.Builder,ListGraphsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListGraphsRequest
public static interface ListGraphsRequest.Builder extends NeptuneGraphRequest.Builder, SdkPojo, CopyableBuilder<ListGraphsRequest.Builder,ListGraphsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGraphsRequest.BuildermaxResults(Integer maxResults)The total number of records to return in the command's output.ListGraphsRequest.BuildernextToken(String nextToken)Pagination token used to paginate output.ListGraphsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGraphsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.neptunegraph.model.NeptuneGraphRequest.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 Detail
-
nextToken
ListGraphsRequest.Builder nextToken(String nextToken)
Pagination token used to paginate output.
When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.
- Parameters:
nextToken- Pagination token used to paginate output.When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListGraphsRequest.Builder maxResults(Integer maxResults)
The total number of records to return in the command's output.
If the total number of records available is more than the value specified,
nextTokenis provided in the command's output. To resume pagination, provide thenextTokenoutput value in thenextTokenargument of a subsequent command. Do not use thenextTokenresponse element directly outside of the Amazon CLI.- Parameters:
maxResults- The total number of records to return in the command's output.If the total number of records available is more than the value specified,
nextTokenis provided in the command's output. To resume pagination, provide thenextTokenoutput value in thenextTokenargument of a subsequent command. Do not use thenextTokenresponse element directly outside of the Amazon CLI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListGraphsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListGraphsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-