public static interface DescribeProjectResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectResponse.Builder |
portalId(String portalId)
The ID of the portal that the project is in.
|
DescribeProjectResponse.Builder |
projectArn(String projectArn)
The ARN of the
project, which has the following format.
|
DescribeProjectResponse.Builder |
projectCreationDate(Instant projectCreationDate)
The date the project was created, in Unix epoch time.
|
DescribeProjectResponse.Builder |
projectDescription(String projectDescription)
The project's description.
|
DescribeProjectResponse.Builder |
projectId(String projectId)
The ID of the project.
|
DescribeProjectResponse.Builder |
projectLastUpdateDate(Instant projectLastUpdateDate)
The date the project was last updated, in Unix epoch time.
|
DescribeProjectResponse.Builder |
projectName(String projectName)
The name of the project.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProjectResponse.Builder projectId(String projectId)
The ID of the project.
projectId - The ID of the project.DescribeProjectResponse.Builder projectArn(String projectArn)
The ARN of the project, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
projectArn - The ARN of
the project, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
DescribeProjectResponse.Builder projectName(String projectName)
The name of the project.
projectName - The name of the project.DescribeProjectResponse.Builder portalId(String portalId)
The ID of the portal that the project is in.
portalId - The ID of the portal that the project is in.DescribeProjectResponse.Builder projectDescription(String projectDescription)
The project's description.
projectDescription - The project's description.DescribeProjectResponse.Builder projectCreationDate(Instant projectCreationDate)
The date the project was created, in Unix epoch time.
projectCreationDate - The date the project was created, in Unix epoch time.DescribeProjectResponse.Builder projectLastUpdateDate(Instant projectLastUpdateDate)
The date the project was last updated, in Unix epoch time.
projectLastUpdateDate - The date the project was last updated, in Unix epoch time.Copyright © 2022. All rights reserved.