SoftwareSet.Builder |
SoftwareSet.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the software set.
|
static SoftwareSet.Builder |
SoftwareSet.builder() |
|
SoftwareSet.Builder |
SoftwareSet.Builder.id(String id) |
The ID of the software set.
|
SoftwareSet.Builder |
SoftwareSet.Builder.releasedAt(Instant releasedAt) |
The timestamp of when the software set was released.
|
SoftwareSet.Builder |
SoftwareSet.Builder.software(Collection<Software> software) |
A list of the software components in the software set.
|
SoftwareSet.Builder |
SoftwareSet.Builder.software(Consumer<Software.Builder>... software) |
A list of the software components in the software set.
|
SoftwareSet.Builder |
SoftwareSet.Builder.software(Software... software) |
A list of the software components in the software set.
|
SoftwareSet.Builder |
SoftwareSet.Builder.supportedUntil(Instant supportedUntil) |
The timestamp of the end of support for the software set.
|
SoftwareSet.Builder |
SoftwareSet.Builder.tags(Map<String,String> tags) |
The tag keys and optional values for the resource.
|
SoftwareSet.Builder |
SoftwareSet.toBuilder() |
|
SoftwareSet.Builder |
SoftwareSet.Builder.validationStatus(String validationStatus) |
An option to define if the software set has been validated.
|
SoftwareSet.Builder |
SoftwareSet.Builder.validationStatus(SoftwareSetValidationStatus validationStatus) |
An option to define if the software set has been validated.
|
SoftwareSet.Builder |
SoftwareSet.Builder.version(String version) |
The version of the software set.
|