ProjectSummary.Builder |
ProjectSummary.Builder.activeExperimentCount(Long activeExperimentCount) |
The number of experiments currently in the project.
|
ProjectSummary.Builder |
ProjectSummary.Builder.activeLaunchCount(Long activeLaunchCount) |
The number of ongoing launches currently in the project.
|
ProjectSummary.Builder |
ProjectSummary.Builder.arn(String arn) |
The name or ARN of the project.
|
static ProjectSummary.Builder |
ProjectSummary.builder() |
|
ProjectSummary.Builder |
ProjectSummary.Builder.createdTime(Instant createdTime) |
The date and time that the project is created.
|
ProjectSummary.Builder |
ProjectSummary.Builder.description(String description) |
The description of the project.
|
ProjectSummary.Builder |
ProjectSummary.Builder.experimentCount(Long experimentCount) |
The number of experiments currently in the project.
|
ProjectSummary.Builder |
ProjectSummary.Builder.featureCount(Long featureCount) |
The number of features currently in the project.
|
ProjectSummary.Builder |
ProjectSummary.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
The date and time that the project was most recently updated.
|
ProjectSummary.Builder |
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 |
ProjectSummary.Builder.name(String name) |
The name of the project.
|
ProjectSummary.Builder |
ProjectSummary.Builder.status(String status) |
The current state of the project.
|
ProjectSummary.Builder |
ProjectSummary.Builder.status(ProjectStatus status) |
The current state of the project.
|
ProjectSummary.Builder |
ProjectSummary.Builder.tags(Map<String,String> tags) |
The list of tag keys and values associated with this project.
|
ProjectSummary.Builder |
ProjectSummary.toBuilder() |
|