Class UpdateSenderConfig.Builder
- java.lang.Object
- 
- com.oracle.bmc.accessgovernancecp.model.UpdateSenderConfig.Builder
 
- 
- Enclosing class:
- UpdateSenderConfig
 
 public static class UpdateSenderConfig.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateSenderConfigbuild()UpdateSenderConfig.Buildercopy(UpdateSenderConfig model)UpdateSenderConfig.BuilderdisplayName(String displayName)The sender’s displayName.UpdateSenderConfig.Builderemail(String email)The sender’s email.UpdateSenderConfig.BuilderisInboxConfigured(Boolean isInboxConfigured)Whether the sender email has inbox configured to receive emails.UpdateSenderConfig.BuilderisResendNotificationEmail(Boolean isResendNotificationEmail)Whether there is a need to resend the verification email.
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateSenderConfig.Builder displayName(String displayName) The sender’s displayName.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
emailpublic UpdateSenderConfig.Builder email(String email) The sender’s email.- Parameters:
- email- the value to set
- Returns:
- this builder
 
 - 
isInboxConfiguredpublic UpdateSenderConfig.Builder isInboxConfigured(Boolean isInboxConfigured) Whether the sender email has inbox configured to receive emails.- Parameters:
- isInboxConfigured- the value to set
- Returns:
- this builder
 
 - 
isResendNotificationEmailpublic UpdateSenderConfig.Builder isResendNotificationEmail(Boolean isResendNotificationEmail) Whether there is a need to resend the verification email.- Parameters:
- isResendNotificationEmail- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateSenderConfig build() 
 - 
copypublic UpdateSenderConfig.Builder copy(UpdateSenderConfig model) 
 
- 
 
-