public static interface PlacementDescription.Builder extends SdkPojo, CopyableBuilder<PlacementDescription.Builder,PlacementDescription>
Modifier and Type | Method and Description |
---|---|
PlacementDescription.Builder |
attributes(Map<String,String> attributes)
The user-defined attributes associated with the placement.
|
PlacementDescription.Builder |
createdDate(Instant createdDate)
The date when the placement was initially created, in UNIX epoch time format.
|
PlacementDescription.Builder |
placementName(String placementName)
The name of the placement.
|
PlacementDescription.Builder |
projectName(String projectName)
The name of the project containing the placement.
|
PlacementDescription.Builder |
updatedDate(Instant updatedDate)
The date when the placement was last updated, in UNIX epoch time format.
|
copy
applyMutation, build
PlacementDescription.Builder projectName(String projectName)
The name of the project containing the placement.
projectName
- The name of the project containing the placement.PlacementDescription.Builder placementName(String placementName)
The name of the placement.
placementName
- The name of the placement.PlacementDescription.Builder attributes(Map<String,String> attributes)
The user-defined attributes associated with the placement.
attributes
- The user-defined attributes associated with the placement.PlacementDescription.Builder createdDate(Instant createdDate)
The date when the placement was initially created, in UNIX epoch time format.
createdDate
- The date when the placement was initially created, in UNIX epoch time format.PlacementDescription.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.