Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LogGroup |
build() |
LogGroup.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that the resource belongs to.
|
LogGroup.Builder |
copy(LogGroup model) |
LogGroup.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
LogGroup.Builder |
description(String description)
Description for this resource.
|
LogGroup.Builder |
displayName(String displayName)
The user-friendly display name.
|
LogGroup.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
LogGroup.Builder |
id(String id)
The OCID of the resource.
|
LogGroup.Builder |
lifecycleState(LogGroupLifecycleState lifecycleState)
The log group object state.
|
LogGroup.Builder |
timeCreated(Date timeCreated)
Time the resource was created.
|
LogGroup.Builder |
timeLastModified(Date timeLastModified)
Time the resource was last modified.
|
public LogGroup.Builder id(String id)
The OCID of the resource.
id
- the value to setpublic LogGroup.Builder compartmentId(String compartmentId)
The OCID of the compartment that the resource belongs to.
compartmentId
- the value to setpublic LogGroup.Builder displayName(String displayName)
The user-friendly display name. This must be unique within the enclosing resource, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic LogGroup.Builder description(String description)
Description for this resource.
description
- the value to setpublic LogGroup.Builder lifecycleState(LogGroupLifecycleState lifecycleState)
The log group object state.
lifecycleState
- the value to setpublic LogGroup.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic LogGroup.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. For more information, see Resource
Tags. Example:
{"Department": "Finance"}
freeformTags
- the value to setpublic LogGroup.Builder timeCreated(Date timeCreated)
Time the resource was created.
timeCreated
- the value to setpublic LogGroup.Builder timeLastModified(Date timeLastModified)
Time the resource was last modified.
timeLastModified
- the value to setpublic LogGroup build()
public LogGroup.Builder copy(LogGroup model)
Copyright © 2016–2024. All rights reserved.