Interface MicrovmImageBuildSummary.Builder

  • Method Details

    • imageArn

      The ARN of the MicroVM image.

      Parameters:
      imageArn - The ARN of the MicroVM image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageVersion

      MicrovmImageBuildSummary.Builder imageVersion(String imageVersion)

      The version of the MicroVM image.

      Parameters:
      imageVersion - The version of the MicroVM image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • buildId

      The build request ID.

      Parameters:
      buildId - The build request ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • buildState

      MicrovmImageBuildSummary.Builder buildState(String buildState)

      The current state of the build.

      Parameters:
      buildState - The current state of the build.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • buildState

      The current state of the build.

      Parameters:
      buildState - The current state of the build.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • architecture

      MicrovmImageBuildSummary.Builder architecture(String architecture)

      The target CPU architecture for the build. Supported value: ARM_64.

      Parameters:
      architecture - The target CPU architecture for the build. Supported value: ARM_64.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • architecture

      MicrovmImageBuildSummary.Builder architecture(Architecture architecture)

      The target CPU architecture for the build. Supported value: ARM_64.

      Parameters:
      architecture - The target CPU architecture for the build. Supported value: ARM_64.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • chipset

      The target chipset for the build.

      Parameters:
      chipset - The target chipset for the build.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • chipset

      The target chipset for the build.

      Parameters:
      chipset - The target chipset for the build.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • chipsetGeneration

      MicrovmImageBuildSummary.Builder chipsetGeneration(String chipsetGeneration)

      The target chipset generation for the build.

      Parameters:
      chipsetGeneration - The target chipset generation for the build.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stateReason

      MicrovmImageBuildSummary.Builder stateReason(String stateReason)

      The reason for the build state, if applicable.

      Parameters:
      stateReason - The reason for the build state, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The timestamp when the build was created.

      Parameters:
      createdAt - The timestamp when the build was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.