public static class SenderSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SenderSummary |
build() |
SenderSummary.Builder |
compartmentId(String compartmentId)
The OCID for the compartment.
|
SenderSummary.Builder |
copy(SenderSummary model) |
SenderSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
SenderSummary.Builder |
emailAddress(String emailAddress)
The email address of the sender.
|
SenderSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
SenderSummary.Builder |
id(String id)
The unique ID of the sender.
|
SenderSummary.Builder |
lifecycleState(Sender.LifecycleState lifecycleState)
The current status of the approved sender.
|
SenderSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
SenderSummary.Builder |
timeCreated(Date timeCreated)
Date time the approved sender was added, in “YYYY-MM-ddThh:mmZ” format with a Z offset,
as defined by RFC 3339.
|
public SenderSummary.Builder compartmentId(String compartmentId)
The OCID for the compartment.
compartmentId
- the value to setpublic SenderSummary.Builder emailAddress(String emailAddress)
The email address of the sender.
emailAddress
- the value to setpublic SenderSummary.Builder id(String id)
The unique ID of the sender.
id
- the value to setpublic SenderSummary.Builder lifecycleState(Sender.LifecycleState lifecycleState)
The current status of the approved sender.
lifecycleState
- the value to setpublic SenderSummary.Builder timeCreated(Date timeCreated)
Date time the approved sender was added, in “YYYY-MM-ddThh:mmZ” format with a Z offset, as defined by RFC 3339.
timeCreated
- the value to setpublic SenderSummary.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 SenderSummary.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 SenderSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic SenderSummary build()
public SenderSummary.Builder copy(SenderSummary model)
Copyright © 2016–2024. All rights reserved.