public static interface CreateProjectResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<CreateProjectResponse.Builder,CreateProjectResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateProjectResponse.Builder |
projectArn(String projectArn)
The ARN of the
project, which has the following format.
|
CreateProjectResponse.Builder |
projectId(String projectId)
The ID of the project.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProjectResponse.Builder projectId(String projectId)
The ID of the project.
projectId - The ID of the project.CreateProjectResponse.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}
Copyright © 2021. All rights reserved.