SoftwareSetSummary.Builder |
SoftwareSetSummary.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the software set.
|
static SoftwareSetSummary.Builder |
SoftwareSetSummary.builder() |
|
SoftwareSetSummary.Builder |
SoftwareSetSummary.Builder.id(String id) |
The ID of the software set.
|
SoftwareSetSummary.Builder |
SoftwareSetSummary.Builder.releasedAt(Instant releasedAt) |
The timestamp of when the software set was released.
|
SoftwareSetSummary.Builder |
SoftwareSetSummary.Builder.supportedUntil(Instant supportedUntil) |
The timestamp of the end of support for the software set.
|
SoftwareSetSummary.Builder |
SoftwareSetSummary.toBuilder() |
|
SoftwareSetSummary.Builder |
SoftwareSetSummary.Builder.validationStatus(String validationStatus) |
An option to define if the software set has been validated.
|
SoftwareSetSummary.Builder |
SoftwareSetSummary.Builder.validationStatus(SoftwareSetValidationStatus validationStatus) |
An option to define if the software set has been validated.
|
SoftwareSetSummary.Builder |
SoftwareSetSummary.Builder.version(String version) |
The version of the software set.
|