public static interface PlacementSummary.Builder extends SdkPojo, CopyableBuilder<PlacementSummary.Builder,PlacementSummary>
Modifier and Type | Method and Description |
---|---|
PlacementSummary.Builder |
createdDate(Instant createdDate)
The date when the placement was originally created, in UNIX epoch time format.
|
PlacementSummary.Builder |
placementName(String placementName)
The name of the placement being summarized.
|
PlacementSummary.Builder |
projectName(String projectName)
The name of the project containing the placement.
|
PlacementSummary.Builder |
updatedDate(Instant updatedDate)
The date when the placement was last updated, in UNIX epoch time format.
|
copy
applyMutation, build
PlacementSummary.Builder projectName(String projectName)
The name of the project containing the placement.
projectName
- The name of the project containing the placement.PlacementSummary.Builder placementName(String placementName)
The name of the placement being summarized.
placementName
- The name of the placement being summarized.PlacementSummary.Builder createdDate(Instant createdDate)
The date when the placement was originally created, in UNIX epoch time format.
createdDate
- The date when the placement was originally created, in UNIX epoch time format.PlacementSummary.Builder updatedDate(Instant updatedDate)
The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated,
then createdDate
and updatedDate
are the same.
updatedDate
- The date when the placement was last updated, in UNIX epoch time format. If the placement was not
updated, then createdDate
and updatedDate
are the same.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.