Class RecipientInvitationSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.tenantmanagercontrolplane.model.RecipientInvitationSummary.Builder
 
- 
- Enclosing class:
- RecipientInvitationSummary
 
 public static class RecipientInvitationSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipientInvitationSummarybuild()RecipientInvitationSummary.BuildercompartmentId(String compartmentId)OCID of the recipient tenancy.RecipientInvitationSummary.Buildercopy(RecipientInvitationSummary model)RecipientInvitationSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.RecipientInvitationSummary.BuilderdisplayName(String displayName)A user-created name to describe the invitation.RecipientInvitationSummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.RecipientInvitationSummary.Builderid(String id)OCID of the recipient invitation.RecipientInvitationSummary.BuilderlifecycleState(LifecycleState lifecycleState)Lifecycle state of the recipient invitation.RecipientInvitationSummary.BuilderrecipientEmailAddress(String recipientEmailAddress)Email address of the recipient.RecipientInvitationSummary.BuildersenderInvitationId(String senderInvitationId)OCID of the corresponding sender invitation.RecipientInvitationSummary.BuildersenderTenancyId(String senderTenancyId)OCID of the sender tenancy.RecipientInvitationSummary.Builderstatus(RecipientInvitationStatus status)Status of the recipient invitation.RecipientInvitationSummary.Buildersubjects(List<InvitationSubject> subjects)The list of subjects the invitation contains.RecipientInvitationSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.RecipientInvitationSummary.BuildertimeCreated(Date timeCreated)Date and time when the recipient invitation was created.RecipientInvitationSummary.BuildertimeUpdated(Date timeUpdated)Date and time when the recipient invitation was last updated.
 
- 
- 
- 
Method Detail- 
idpublic RecipientInvitationSummary.Builder id(String id) OCID of the recipient invitation.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic RecipientInvitationSummary.Builder compartmentId(String compartmentId) OCID of the recipient tenancy.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic RecipientInvitationSummary.Builder displayName(String displayName) A user-created name to describe the invitation.Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
subjectspublic RecipientInvitationSummary.Builder subjects(List<InvitationSubject> subjects) The list of subjects the invitation contains.- Parameters:
- subjects- the value to set
- Returns:
- this builder
 
 - 
senderInvitationIdpublic RecipientInvitationSummary.Builder senderInvitationId(String senderInvitationId) OCID of the corresponding sender invitation.- Parameters:
- senderInvitationId- the value to set
- Returns:
- this builder
 
 - 
senderTenancyIdpublic RecipientInvitationSummary.Builder senderTenancyId(String senderTenancyId) OCID of the sender tenancy.- Parameters:
- senderTenancyId- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic RecipientInvitationSummary.Builder lifecycleState(LifecycleState lifecycleState) Lifecycle state of the recipient invitation.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
statuspublic RecipientInvitationSummary.Builder status(RecipientInvitationStatus status) Status of the recipient invitation.- Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic RecipientInvitationSummary.Builder timeCreated(Date timeCreated) Date and time when the recipient invitation was created.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic RecipientInvitationSummary.Builder timeUpdated(Date timeUpdated) Date and time when the recipient invitation was last updated.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
recipientEmailAddresspublic RecipientInvitationSummary.Builder recipientEmailAddress(String recipientEmailAddress) Email address of the recipient.- Parameters:
- recipientEmailAddress- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic RecipientInvitationSummary.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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic RecipientInvitationSummary.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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic RecipientInvitationSummary.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”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic RecipientInvitationSummary build() 
 - 
copypublic RecipientInvitationSummary.Builder copy(RecipientInvitationSummary model) 
 
- 
 
-