public static interface SolutionSummary.Builder extends SdkPojo, CopyableBuilder<SolutionSummary.Builder,SolutionSummary>
| Modifier and Type | Method and Description |
|---|---|
SolutionSummary.Builder |
creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the solution was created.
|
SolutionSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the solution was last updated.
|
SolutionSummary.Builder |
name(String name)
The name of the solution.
|
SolutionSummary.Builder |
solutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution.
|
SolutionSummary.Builder |
status(String status)
The status of the solution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSolutionSummary.Builder name(String name)
The name of the solution.
name - The name of the solution.SolutionSummary.Builder solutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution.
solutionArn - The Amazon Resource Name (ARN) of the solution.SolutionSummary.Builder status(String status)
The status of the solution.
A solution can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
status - The status of the solution.
A solution can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
SolutionSummary.Builder creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the solution was created.
creationDateTime - The date and time (in Unix time) that the solution was created.SolutionSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the solution was last updated.
lastUpdatedDateTime - The date and time (in Unix time) that the solution was last updated.Copyright © 2022. All rights reserved.