Interface SoftwareSetSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SoftwareSetSummary.Builder,SoftwareSetSummary>, SdkBuilder<SoftwareSetSummary.Builder,SoftwareSetSummary>, SdkPojo
Enclosing class:
SoftwareSetSummary

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

    • id

      The ID of the software set.

      Parameters:
      id - The ID of the software set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      The version of the software set.

      Parameters:
      version - The version of the software set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • releasedAt

      SoftwareSetSummary.Builder releasedAt(Instant releasedAt)

      The timestamp of when the software set was released.

      Parameters:
      releasedAt - The timestamp of when the software set was released.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedUntil

      SoftwareSetSummary.Builder supportedUntil(Instant supportedUntil)

      The timestamp of the end of support for the software set.

      Parameters:
      supportedUntil - The timestamp of the end of support for the software set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • validationStatus

      SoftwareSetSummary.Builder validationStatus(String validationStatus)

      An option to define if the software set has been validated.

      Parameters:
      validationStatus - An option to define if the software set has been validated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • validationStatus

      SoftwareSetSummary.Builder validationStatus(SoftwareSetValidationStatus validationStatus)

      An option to define if the software set has been validated.

      Parameters:
      validationStatus - An option to define if the software set has been validated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • arn

      The Amazon Resource Name (ARN) of the software set.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the software set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.