public static final class DeleteConfigInternal.Builder
extends java.lang.Object
DeleteConfigInternal
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
DeleteConfigInternal . |
Modifier and Type | Method and Description |
---|---|
DeleteConfigInternal |
build() |
DeleteConfigInternal.Builder |
setConfirmationCode(java.lang.String confirmationCode)
The confirmation code generated in prepare delete operation.
|
DeleteConfigInternal.Builder |
setForce(java.lang.Boolean force)
If = 'true', will deactivate site recovery forcefully.
|
DeleteConfigInternal.Builder |
setTicket(java.lang.String ticket)
CSSD/CSCM ticket number, such as CSSD-xxxx/CSCM-xxxx
|
public Builder()
DeleteConfigInternal
.public DeleteConfigInternal.Builder setForce(java.lang.Boolean force)
force
- New value for the property.public DeleteConfigInternal.Builder setTicket(java.lang.String ticket)
ticket
- New value for the property.public DeleteConfigInternal.Builder setConfirmationCode(java.lang.String confirmationCode)
confirmationCode
- New value for the property.public DeleteConfigInternal build()