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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SoftwareSetSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the software set.SoftwareSetSummary.Builderid(String id)The ID of the software set.SoftwareSetSummary.BuilderreleasedAt(Instant releasedAt)The timestamp of when the software set was released.SoftwareSetSummary.BuildersupportedUntil(Instant supportedUntil)The timestamp of the end of support for the software set.SoftwareSetSummary.BuildervalidationStatus(String validationStatus)An option to define if the software set has been validated.SoftwareSetSummary.BuildervalidationStatus(SoftwareSetValidationStatus validationStatus)An option to define if the software set has been validated.SoftwareSetSummary.Builderversion(String version)The version of the software set.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
SoftwareSetSummary.Builder id(String 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
SoftwareSetSummary.Builder version(String 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:
SoftwareSetValidationStatus,SoftwareSetValidationStatus
-
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:
SoftwareSetValidationStatus,SoftwareSetValidationStatus
-
arn
SoftwareSetSummary.Builder arn(String 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.
-
-