Interface ListMicrovmsRequest.Builder

  • Method Details

    • maxResults

      ListMicrovmsRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to return in a single call.

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

      ListMicrovmsRequest.Builder nextToken(String nextToken)

      The pagination token from a previous call. Use this token to retrieve the next page of results.

      Parameters:
      nextToken - The pagination token from a previous call. Use this token to retrieve the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageIdentifier

      ListMicrovmsRequest.Builder imageIdentifier(String imageIdentifier)

      Optional filter to list only MicroVMs running the specified image.

      Parameters:
      imageIdentifier - Optional filter to list only MicroVMs running the specified image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageVersion

      ListMicrovmsRequest.Builder imageVersion(String imageVersion)

      Optional filter to list only MicroVMs running the specified image version.

      Parameters:
      imageVersion - Optional filter to list only MicroVMs running the specified image version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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