| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot1clickprojects.model |
| Modifier and Type | Method and Description |
|---|---|
PlacementDescription.Builder |
PlacementDescription.Builder.attributes(Map<String,String> attributes)
The user-defined attributes associated with the placement.
|
static PlacementDescription.Builder |
PlacementDescription.builder() |
PlacementDescription.Builder |
PlacementDescription.Builder.createdDate(Instant createdDate)
The date when the placement was initially created, in UNIX epoch time format.
|
PlacementDescription.Builder |
PlacementDescription.Builder.placementName(String placementName)
The name of the placement.
|
PlacementDescription.Builder |
PlacementDescription.Builder.projectName(String projectName)
The name of the project containing the placement.
|
PlacementDescription.Builder |
PlacementDescription.toBuilder() |
PlacementDescription.Builder |
PlacementDescription.Builder.updatedDate(Instant updatedDate)
The date when the placement was last updated, in UNIX epoch time format.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PlacementDescription.Builder> |
PlacementDescription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribePlacementResponse.Builder |
DescribePlacementResponse.Builder.placement(Consumer<PlacementDescription.Builder> placement)
An object describing the placement.
|
Copyright © 2022. All rights reserved.