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