Interface CreateProjectResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateProjectResponse.Builder,CreateProjectResponse>,IoTSiteWiseResponse.Builder,SdkBuilder<CreateProjectResponse.Builder,CreateProjectResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateProjectResponse
public static interface CreateProjectResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<CreateProjectResponse.Builder,CreateProjectResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateProjectResponse.BuilderprojectArn(String projectArn)The ARN of the project, which has the following format.CreateProjectResponse.BuilderprojectId(String projectId)The ID of the project.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
projectId
CreateProjectResponse.Builder projectId(String projectId)
The ID of the project.
- Parameters:
projectId- The ID of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectArn
CreateProjectResponse.Builder projectArn(String projectArn)
The ARN of the project, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}- Parameters:
projectArn- The ARN of the project, which has the following format.arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-