Interface ImportApiKeysResponse.Builder

All Superinterfaces:
ApiGatewayResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<ImportApiKeysResponse.Builder,ImportApiKeysResponse>, SdkBuilder<ImportApiKeysResponse.Builder,ImportApiKeysResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ImportApiKeysResponse

public static interface ImportApiKeysResponse.Builder extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<ImportApiKeysResponse.Builder,ImportApiKeysResponse>
  • Method Details

    • ids

      A list of all the ApiKey identifiers.

      Parameters:
      ids - A list of all the ApiKey identifiers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ids

      A list of all the ApiKey identifiers.

      Parameters:
      ids - A list of all the ApiKey identifiers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • warnings

      A list of warning messages.

      Parameters:
      warnings - A list of warning messages.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • warnings

      ImportApiKeysResponse.Builder warnings(String... warnings)

      A list of warning messages.

      Parameters:
      warnings - A list of warning messages.
      Returns:
      Returns a reference to this object so that method calls can be chained together.