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 Details

    • 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, 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

      ListGraphsRequest.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.