public static interface CreateProjectRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest.Builder |
clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
CreateProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProjectRequest.Builder |
portalId(String portalId)
The ID of the portal in which to create the project.
|
CreateProjectRequest.Builder |
projectDescription(String projectDescription)
A description for the project.
|
CreateProjectRequest.Builder |
projectName(String projectName)
A friendly name for the project.
|
CreateProjectRequest.Builder |
tags(Map<String,String> tags)
A list of key-value pairs that contain metadata for the project.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProjectRequest.Builder portalId(String portalId)
The ID of the portal in which to create the project.
portalId - The ID of the portal in which to create the project.CreateProjectRequest.Builder projectName(String projectName)
A friendly name for the project.
projectName - A friendly name for the project.CreateProjectRequest.Builder projectDescription(String projectDescription)
A description for the project.
projectDescription - A description for the project.CreateProjectRequest.Builder clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
Don't reuse this client token if a new idempotent request is required.CreateProjectRequest.Builder tags(Map<String,String> tags)
A list of key-value pairs that contain metadata for the project. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.
tags - A list of key-value pairs that contain metadata for the project. For more information, see Tagging your IoT
SiteWise resources in the IoT SiteWise User Guide.CreateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.