Interface ImportApiKeysRequest.Builder

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

  • Method Details

    • body

      The payload of the POST request to import API keys. For the payload format, see API Key File Format.

      Parameters:
      body - The payload of the POST request to import API keys. For the payload format, see API Key File Format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • format

      A query parameter to specify the input format to imported API keys. Currently, only the csv format is supported.

      Parameters:
      format - A query parameter to specify the input format to imported API keys. Currently, only the csv format is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • format

      A query parameter to specify the input format to imported API keys. Currently, only the csv format is supported.

      Parameters:
      format - A query parameter to specify the input format to imported API keys. Currently, only the csv format is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • failOnWarnings

      ImportApiKeysRequest.Builder failOnWarnings(Boolean failOnWarnings)

      A query parameter to indicate whether to rollback ApiKey importation (true) or not ( false) when error is encountered.

      Parameters:
      failOnWarnings - A query parameter to indicate whether to rollback ApiKey importation (true) or not ( false) when error is encountered.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder