Interface ListHostKeysRequest.Builder

  • Method Details

    • maxResults

      ListHostKeysRequest.Builder maxResults(Integer maxResults)

      The maximum number of items to return.

      Parameters:
      maxResults - The maximum number of items to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListHostKeysRequest.Builder nextToken(String nextToken)

      When there are additional results that were not returned, a NextToken parameter is returned. You can use that value for a subsequent call to ListHostKeys to continue listing results.

      Parameters:
      nextToken - When there are additional results that were not returned, a NextToken parameter is returned. You can use that value for a subsequent call to ListHostKeys to continue listing results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serverId

      ListHostKeysRequest.Builder serverId(String serverId)

      The identifier of the server that contains the host keys that you want to view.

      Parameters:
      serverId - The identifier of the server that contains the host keys that you want to view.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListHostKeysRequest.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.