Interface GetApiKeysResponse.Builder

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

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

    • warnings

      A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.

      Parameters:
      warnings - A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • warnings

      GetApiKeysResponse.Builder warnings(String... warnings)

      A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.

      Parameters:
      warnings - A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • position

      GetApiKeysResponse.Builder position(String position)
      Sets the value of the Position property for this object.
      Parameters:
      position - The new value for the Position property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      The current page of elements from this collection.

      Parameters:
      items - The current page of elements from this collection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      The current page of elements from this collection.

      Parameters:
      items - The current page of elements from this collection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      The current page of elements from this collection.

      This is a convenience method that creates an instance of the ApiKey.Builder avoiding the need to create one manually via ApiKey.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to items(List<ApiKey>).

      Parameters:
      items - a consumer that will call methods on ApiKey.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: