Interface ListAccessGrantsInstancesRequest.Builder

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

public static interface ListAccessGrantsInstancesRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<ListAccessGrantsInstancesRequest.Builder,ListAccessGrantsInstancesRequest>
  • Method Details

    • accountId

      The ID of the Amazon Web Services account that is making this request.

      Parameters:
      accountId - The ID of the Amazon Web Services account that is making this request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A pagination token to request the next page of results. Pass this value into a subsequent List Access Grants Instances request in order to retrieve the next page of results.

      Parameters:
      nextToken - A pagination token to request the next page of results. Pass this value into a subsequent List Access Grants Instances request in order to retrieve the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of access grants that you would like returned in the List Access Grants response. If the results include the pagination token NextToken, make another call using the NextToken to determine if there are more results.

      Parameters:
      maxResults - The maximum number of access grants that you would like returned in the List Access Grants response. If the results include the pagination token NextToken, make another call using the NextToken to determine if there are more results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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