Interface ListGraphSnapshotsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListGraphSnapshotsRequest.Builder,ListGraphSnapshotsRequest>,NeptuneGraphRequest.Builder,SdkBuilder<ListGraphSnapshotsRequest.Builder,ListGraphSnapshotsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListGraphSnapshotsRequest
public static interface ListGraphSnapshotsRequest.Builder extends NeptuneGraphRequest.Builder, SdkPojo, CopyableBuilder<ListGraphSnapshotsRequest.Builder,ListGraphSnapshotsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGraphSnapshotsRequest.BuildergraphIdentifier(String graphIdentifier)The unique identifier of the Neptune Analytics graph.ListGraphSnapshotsRequest.BuildermaxResults(Integer maxResults)The total number of records to return in the command's output.ListGraphSnapshotsRequest.BuildernextToken(String nextToken)Pagination token used to paginate output.ListGraphSnapshotsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGraphSnapshotsRequest.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
-
graphIdentifier
ListGraphSnapshotsRequest.Builder graphIdentifier(String graphIdentifier)
The unique identifier of the Neptune Analytics graph.
- Parameters:
graphIdentifier- The unique identifier of the Neptune Analytics graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListGraphSnapshotsRequest.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
ListGraphSnapshotsRequest.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
ListGraphSnapshotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListGraphSnapshotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-