Interface GetUsagePlanKeysRequest.Builder

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

  • Method Details

    • usagePlanId

      GetUsagePlanKeysRequest.Builder usagePlanId(String usagePlanId)

      The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.

      Parameters:
      usagePlanId - The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • position

      The current pagination position in the paged result set.

      Parameters:
      position - The current pagination position in the paged result set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • limit

      The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

      Parameters:
      limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nameQuery

      A query parameter specifying the name of the to-be-returned usage plan keys.

      Parameters:
      nameQuery - A query parameter specifying the name of the to-be-returned usage plan keys.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetUsagePlanKeysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder