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 Details

    • 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

      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

      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, nextToken is provided in the command's output. To resume pagination, provide the nextToken output value in the nextToken argument of a subsequent command. Do not use the nextToken response 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, nextToken is provided in the command's output. To resume pagination, provide the nextToken output value in the nextToken argument of a subsequent command. Do not use the nextToken response 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.