Class UpdateSenderConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.accessgovernancecp.model.UpdateSenderConfig.Builder
-
- Enclosing class:
- UpdateSenderConfig
public static class UpdateSenderConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateSenderConfig
build()
UpdateSenderConfig.Builder
copy(UpdateSenderConfig model)
UpdateSenderConfig.Builder
displayName(String displayName)
The sender’s displayName.UpdateSenderConfig.Builder
email(String email)
The sender’s email.UpdateSenderConfig.Builder
isInboxConfigured(Boolean isInboxConfigured)
Whether the sender email has inbox configured to receive emails.UpdateSenderConfig.Builder
isResendNotificationEmail(Boolean isResendNotificationEmail)
Whether there is a need to resend the verification email.
-
-
-
Method Detail
-
displayName
public UpdateSenderConfig.Builder displayName(String displayName)
The sender’s displayName.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
email
public UpdateSenderConfig.Builder email(String email)
The sender’s email.- Parameters:
email
- the value to set- Returns:
- this builder
-
isInboxConfigured
public UpdateSenderConfig.Builder isInboxConfigured(Boolean isInboxConfigured)
Whether the sender email has inbox configured to receive emails.- Parameters:
isInboxConfigured
- the value to set- Returns:
- this builder
-
isResendNotificationEmail
public UpdateSenderConfig.Builder isResendNotificationEmail(Boolean isResendNotificationEmail)
Whether there is a need to resend the verification email.- Parameters:
isResendNotificationEmail
- the value to set- Returns:
- this builder
-
build
public UpdateSenderConfig build()
-
copy
public UpdateSenderConfig.Builder copy(UpdateSenderConfig model)
-
-