Interface PlacementDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PlacementDescription.Builder,
,PlacementDescription> SdkBuilder<PlacementDescription.Builder,
,PlacementDescription> SdkPojo
- Enclosing class:
PlacementDescription
public static interface PlacementDescription.Builder
extends SdkPojo, CopyableBuilder<PlacementDescription.Builder,PlacementDescription>
-
Method Summary
Modifier and TypeMethodDescriptionattributes
(Map<String, String> attributes) The user-defined attributes associated with the placement.createdDate
(Instant createdDate) The date when the placement was initially created, in UNIX epoch time format.placementName
(String placementName) The name of the placement.projectName
(String projectName) The name of the project containing the placement.updatedDate
(Instant updatedDate) The date when the placement was last updated, in UNIX epoch time format.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, sdkFields
-
Method Details
-
projectName
The name of the project containing the placement.
- Parameters:
projectName
- The name of the project containing the placement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
placementName
The name of the placement.
- Parameters:
placementName
- The name of the placement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
The user-defined attributes associated with the placement.
- Parameters:
attributes
- The user-defined attributes associated with the placement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
The date when the placement was initially created, in UNIX epoch time format.
- Parameters:
createdDate
- The date when the placement was initially created, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedDate
The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then
createdDate
andupdatedDate
are the same.- Parameters:
updatedDate
- The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, thencreatedDate
andupdatedDate
are the same.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-