Interface DescribeRuntimeVersionsResponse.Builder

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

public static interface DescribeRuntimeVersionsResponse.Builder extends SyntheticsResponse.Builder, SdkPojo, CopyableBuilder<DescribeRuntimeVersionsResponse.Builder,DescribeRuntimeVersionsResponse>
  • Method Details

    • runtimeVersions

      An array of objects that display the details about each Synthetics canary runtime version.

      Parameters:
      runtimeVersions - An array of objects that display the details about each Synthetics canary runtime version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runtimeVersions

      DescribeRuntimeVersionsResponse.Builder runtimeVersions(RuntimeVersion... runtimeVersions)

      An array of objects that display the details about each Synthetics canary runtime version.

      Parameters:
      runtimeVersions - An array of objects that display the details about each Synthetics canary runtime version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runtimeVersions

      An array of objects that display the details about each Synthetics canary runtime version.

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

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

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

      A token that indicates that there is more data available. You can use this token in a subsequent DescribeRuntimeVersions operation to retrieve the next set of results.

      Parameters:
      nextToken - A token that indicates that there is more data available. You can use this token in a subsequent DescribeRuntimeVersions operation to retrieve the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.