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