public static interface SolutionVersionSummary.Builder extends SdkPojo, CopyableBuilder<SolutionVersionSummary.Builder,SolutionVersionSummary>
| Modifier and Type | Method and Description |
|---|---|
SolutionVersionSummary.Builder |
creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that this version of a solution was created.
|
SolutionVersionSummary.Builder |
failureReason(String failureReason)
If a solution version fails, the reason behind the failure.
|
SolutionVersionSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the solution version was last updated.
|
SolutionVersionSummary.Builder |
solutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version.
|
SolutionVersionSummary.Builder |
status(String status)
The status of the solution version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSolutionVersionSummary.Builder solutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version.
solutionVersionArn - The Amazon Resource Name (ARN) of the solution version.SolutionVersionSummary.Builder status(String status)
The status of the solution version.
A solution version can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
status - The status of the solution version.
A solution version can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
SolutionVersionSummary.Builder creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that this version of a solution was created.
creationDateTime - The date and time (in Unix time) that this version of a solution was created.SolutionVersionSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the solution version was last updated.
lastUpdatedDateTime - The date and time (in Unix time) that the solution version was last updated.SolutionVersionSummary.Builder failureReason(String failureReason)
If a solution version fails, the reason behind the failure.
failureReason - If a solution version fails, the reason behind the failure.Copyright © 2021. All rights reserved.