public static class SenderInvitation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SenderInvitation |
build() |
SenderInvitation.Builder |
compartmentId(String compartmentId)
OCID of the sender tenancy.
|
SenderInvitation.Builder |
copy(SenderInvitation model) |
SenderInvitation.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
SenderInvitation.Builder |
displayName(String displayName)
A user-created name to describe the invitation.
|
SenderInvitation.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
SenderInvitation.Builder |
id(String id)
OCID of the sender invitation.
|
SenderInvitation.Builder |
lifecycleState(LifecycleState lifecycleState)
Lifecycle state of the sender invitation.
|
SenderInvitation.Builder |
recipientEmailAddress(String recipientEmailAddress)
Email address of the recipient.
|
SenderInvitation.Builder |
recipientInvitationId(String recipientInvitationId)
OCID of the corresponding recipient invitation.
|
SenderInvitation.Builder |
recipientTenancyId(String recipientTenancyId)
OCID of the recipient tenancy.
|
SenderInvitation.Builder |
status(SenderInvitationStatus status)
Status of the sender invitation.
|
SenderInvitation.Builder |
subjects(List<InvitationSubject> subjects)
The list of subjects the invitation contains.
|
SenderInvitation.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
SenderInvitation.Builder |
timeCreated(Date timeCreated)
Date and time when the sender invitation was created.
|
SenderInvitation.Builder |
timeUpdated(Date timeUpdated)
Date and time when the sender invitation was last updated.
|
public SenderInvitation.Builder id(String id)
OCID of the sender invitation.
id
- the value to setpublic SenderInvitation.Builder compartmentId(String compartmentId)
OCID of the sender tenancy.
compartmentId
- the value to setpublic SenderInvitation.Builder subjects(List<InvitationSubject> subjects)
The list of subjects the invitation contains.
subjects
- the value to setpublic SenderInvitation.Builder recipientInvitationId(String recipientInvitationId)
OCID of the corresponding recipient invitation.
recipientInvitationId
- the value to setpublic SenderInvitation.Builder recipientTenancyId(String recipientTenancyId)
OCID of the recipient tenancy.
recipientTenancyId
- the value to setpublic SenderInvitation.Builder lifecycleState(LifecycleState lifecycleState)
Lifecycle state of the sender invitation.
lifecycleState
- the value to setpublic SenderInvitation.Builder status(SenderInvitationStatus status)
Status of the sender invitation.
status
- the value to setpublic SenderInvitation.Builder displayName(String displayName)
A user-created name to describe the invitation. Avoid entering confidential information.
displayName
- the value to setpublic SenderInvitation.Builder timeCreated(Date timeCreated)
Date and time when the sender invitation was created.
timeCreated
- the value to setpublic SenderInvitation.Builder timeUpdated(Date timeUpdated)
Date and time when the sender invitation was last updated.
timeUpdated
- the value to setpublic SenderInvitation.Builder recipientEmailAddress(String recipientEmailAddress)
Email address of the recipient.
recipientEmailAddress
- the value to setpublic SenderInvitation.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. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic SenderInvitation.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic SenderInvitation.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 SenderInvitation build()
public SenderInvitation.Builder copy(SenderInvitation model)
Copyright © 2016–2024. All rights reserved.