Interface GetKeyPairsResponse.Builder

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

public static interface GetKeyPairsResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetKeyPairsResponse.Builder,GetKeyPairsResponse>
  • Method Details

    • keyPairs

      An array of key-value pairs containing information about the key pairs.

      Parameters:
      keyPairs - An array of key-value pairs containing information about the key pairs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyPairs

      GetKeyPairsResponse.Builder keyPairs(KeyPair... keyPairs)

      An array of key-value pairs containing information about the key pairs.

      Parameters:
      keyPairs - An array of key-value pairs containing information about the key pairs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyPairs

      An array of key-value pairs containing information about the key pairs.

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

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

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

      GetKeyPairsResponse.Builder nextPageToken(String nextPageToken)

      The token to advance to the next page of results from your request.

      A next page token is not returned if there are no more results to display.

      To get the next page of results, perform another GetKeyPairs request and specify the next page token using the pageToken parameter.

      Parameters:
      nextPageToken - The token to advance to the next page of results from your request.

      A next page token is not returned if there are no more results to display.

      To get the next page of results, perform another GetKeyPairs request and specify the next page token using the pageToken parameter.

      Returns:
      Returns a reference to this object so that method calls can be chained together.