Interface ListAccessPointsForObjectLambdaRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListAccessPointsForObjectLambdaRequest.Builder,ListAccessPointsForObjectLambdaRequest>, S3ControlRequest.Builder, SdkBuilder<ListAccessPointsForObjectLambdaRequest.Builder,ListAccessPointsForObjectLambdaRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListAccessPointsForObjectLambdaRequest

  • Method Details

    • accountId

      The account ID for the account that owns the specified Object Lambda Access Point.

      Parameters:
      accountId - The account ID for the account that owns the specified Object Lambda Access Point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      If the list has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.

      Parameters:
      nextToken - If the list has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of access points that you want to include in the list. The response may contain fewer access points but will never contain more. If there are more than this number of access points, then the response will include a continuation token in the NextToken field that you can use to retrieve the next page of access points.

      Parameters:
      maxResults - The maximum number of access points that you want to include in the list. The response may contain fewer access points but will never contain more. If there are more than this number of access points, then the response will include a continuation token in the NextToken field that you can use to retrieve the next page of access points.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.