| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot1clickprojects.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectDescription.Builder |
ProjectDescription.Builder.arn(String arn)
The ARN of the project.
|
static ProjectDescription.Builder |
ProjectDescription.builder() |
ProjectDescription.Builder |
ProjectDescription.Builder.createdDate(Instant createdDate)
The date when the project was originally created, in UNIX epoch time format.
|
ProjectDescription.Builder |
ProjectDescription.Builder.description(String description)
The description of the project.
|
default ProjectDescription.Builder |
ProjectDescription.Builder.placementTemplate(Consumer<PlacementTemplate.Builder> placementTemplate)
An object describing the project's placement specifications.
|
ProjectDescription.Builder |
ProjectDescription.Builder.placementTemplate(PlacementTemplate placementTemplate)
An object describing the project's placement specifications.
|
ProjectDescription.Builder |
ProjectDescription.Builder.projectName(String projectName)
The name of the project for which to obtain information from.
|
ProjectDescription.Builder |
ProjectDescription.Builder.tags(Map<String,String> tags)
The tags (metadata key/value pairs) associated with the project.
|
ProjectDescription.Builder |
ProjectDescription.toBuilder() |
ProjectDescription.Builder |
ProjectDescription.Builder.updatedDate(Instant updatedDate)
The date when the project was last updated, in UNIX epoch time format.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProjectDescription.Builder> |
ProjectDescription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeProjectResponse.Builder |
DescribeProjectResponse.Builder.project(Consumer<ProjectDescription.Builder> project)
An object describing the project.
|
Copyright © 2020. All rights reserved.