public static class ProjectSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ProjectSummary |
build() |
ProjectSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment where the project is created.
|
ProjectSummary.Builder |
copy(ProjectSummary model) |
ProjectSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ProjectSummary.Builder |
description(String description)
Project description.
|
ProjectSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
ProjectSummary.Builder |
id(String id)
Unique identifier that is immutable on creation.
|
ProjectSummary.Builder |
lifecycleDetails(String lifecycleDetails)
A detailed message describing the current state.
|
ProjectSummary.Builder |
lifecycleState(Project.LifecycleState lifecycleState)
The current state of the project.
|
ProjectSummary.Builder |
name(String name)
Project name (case-sensitive).
|
ProjectSummary.Builder |
namespace(String namespace)
Namespace associated with the project.
|
ProjectSummary.Builder |
notificationConfig(NotificationConfig notificationConfig) |
ProjectSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
ProjectSummary.Builder |
timeCreated(Date timeCreated)
Time the project was created.
|
ProjectSummary.Builder |
timeUpdated(Date timeUpdated)
Time the project was updated.
|
public ProjectSummary.Builder id(String id)
Unique identifier that is immutable on creation.
id
- the value to setpublic ProjectSummary.Builder name(String name)
Project name (case-sensitive).
name
- the value to setpublic ProjectSummary.Builder description(String description)
Project description.
description
- the value to setpublic ProjectSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment where the project is created.
compartmentId
- the value to setpublic ProjectSummary.Builder namespace(String namespace)
Namespace associated with the project.
namespace
- the value to setpublic ProjectSummary.Builder notificationConfig(NotificationConfig notificationConfig)
public ProjectSummary.Builder timeCreated(Date timeCreated)
Time the project was created. Format defined by RFC3339.
timeCreated
- the value to setpublic ProjectSummary.Builder timeUpdated(Date timeUpdated)
Time the project was updated. Format defined by RFC3339.
timeUpdated
- the value to setpublic ProjectSummary.Builder lifecycleDetails(String lifecycleDetails)
A detailed message describing the current state. For example, can be used to provide actionable information for a resource in Failed state.
lifecycleDetails
- the value to setpublic ProjectSummary.Builder lifecycleState(Project.LifecycleState lifecycleState)
The current state of the project.
lifecycleState
- the value to setpublic ProjectSummary.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. See Resource
Tags. Example:
{"bar-key": "value"}
freeformTags
- the value to setpublic ProjectSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. See
Resource Tags.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic ProjectSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource
Tags. Example:
{"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic ProjectSummary build()
public ProjectSummary.Builder copy(ProjectSummary model)
Copyright © 2016–2024. All rights reserved.