Interface DescribeProjectResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>,IoTSiteWiseResponse.Builder,SdkBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeProjectResponse
public static interface DescribeProjectResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeProjectResponse.BuilderportalId(String portalId)The ID of the portal that the project is in.DescribeProjectResponse.BuilderprojectArn(String projectArn)The ARN of the project, which has the following format.DescribeProjectResponse.BuilderprojectCreationDate(Instant projectCreationDate)The date the project was created, in Unix epoch time.DescribeProjectResponse.BuilderprojectDescription(String projectDescription)The project's description.DescribeProjectResponse.BuilderprojectId(String projectId)The ID of the project.DescribeProjectResponse.BuilderprojectLastUpdateDate(Instant projectLastUpdateDate)The date the project was last updated, in Unix epoch time.DescribeProjectResponse.BuilderprojectName(String projectName)The name 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
DescribeProjectResponse.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
DescribeProjectResponse.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.
-
projectName
DescribeProjectResponse.Builder projectName(String projectName)
The name of the project.
- Parameters:
projectName- The name of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalId
DescribeProjectResponse.Builder portalId(String portalId)
The ID of the portal that the project is in.
- Parameters:
portalId- The ID of the portal that the project is in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectDescription
DescribeProjectResponse.Builder projectDescription(String projectDescription)
The project's description.
- Parameters:
projectDescription- The project's description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectCreationDate
DescribeProjectResponse.Builder projectCreationDate(Instant projectCreationDate)
The date the project was created, in Unix epoch time.
- Parameters:
projectCreationDate- The date the project was created, in Unix epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectLastUpdateDate
DescribeProjectResponse.Builder projectLastUpdateDate(Instant projectLastUpdateDate)
The date the project was last updated, in Unix epoch time.
- Parameters:
projectLastUpdateDate- The date the project was last updated, in Unix epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-