Interface ImportApiKeysRequest.Builder

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

public static interface ImportApiKeysRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<ImportApiKeysRequest.Builder,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)
      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.