public static interface ProjectSummary.Builder extends SdkPojo, CopyableBuilder<ProjectSummary.Builder,ProjectSummary>
| Modifier and Type | Method and Description |
|---|---|
ProjectSummary.Builder |
activeExperimentCount(Long activeExperimentCount)
The number of experiments currently in the project.
|
ProjectSummary.Builder |
activeLaunchCount(Long activeLaunchCount)
The number of ongoing launches currently in the project.
|
ProjectSummary.Builder |
arn(String arn)
The name or ARN of the project.
|
ProjectSummary.Builder |
createdTime(Instant createdTime)
The date and time that the project is created.
|
ProjectSummary.Builder |
description(String description)
The description of the project.
|
ProjectSummary.Builder |
experimentCount(Long experimentCount)
The number of experiments currently in the project.
|
ProjectSummary.Builder |
featureCount(Long featureCount)
The number of features currently in the project.
|
ProjectSummary.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The date and time that the project was most recently updated.
|
ProjectSummary.Builder |
launchCount(Long launchCount)
The number of launches currently in the project, including launches that are ongoing, completed, and not
started yet.
|
ProjectSummary.Builder |
name(String name)
The name of the project.
|
ProjectSummary.Builder |
status(ProjectStatus status)
The current state of the project.
|
ProjectSummary.Builder |
status(String status)
The current state of the project.
|
ProjectSummary.Builder |
tags(Map<String,String> tags)
The list of tag keys and values associated with this project.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProjectSummary.Builder activeExperimentCount(Long activeExperimentCount)
The number of experiments currently in the project.
activeExperimentCount - The number of experiments currently in the project.ProjectSummary.Builder activeLaunchCount(Long activeLaunchCount)
The number of ongoing launches currently in the project.
activeLaunchCount - The number of ongoing launches currently in the project.ProjectSummary.Builder arn(String arn)
The name or ARN of the project.
arn - The name or ARN of the project.ProjectSummary.Builder createdTime(Instant createdTime)
The date and time that the project is created.
createdTime - The date and time that the project is created.ProjectSummary.Builder description(String description)
The description of the project.
description - The description of the project.ProjectSummary.Builder experimentCount(Long experimentCount)
The number of experiments currently in the project.
experimentCount - The number of experiments currently in the project.ProjectSummary.Builder featureCount(Long featureCount)
The number of features currently in the project.
featureCount - The number of features currently in the project.ProjectSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)
The date and time that the project was most recently updated.
lastUpdatedTime - The date and time that the project was most recently updated.ProjectSummary.Builder launchCount(Long launchCount)
The number of launches currently in the project, including launches that are ongoing, completed, and not started yet.
launchCount - The number of launches currently in the project, including launches that are ongoing, completed, and
not started yet.ProjectSummary.Builder name(String name)
The name of the project.
name - The name of the project.ProjectSummary.Builder status(String status)
The current state of the project.
status - The current state of the project.ProjectStatus,
ProjectStatusProjectSummary.Builder status(ProjectStatus status)
The current state of the project.
status - The current state of the project.ProjectStatus,
ProjectStatusProjectSummary.Builder tags(Map<String,String> tags)
The list of tag keys and values associated with this project.
tags - The list of tag keys and values associated with this project.Copyright © 2023. All rights reserved.