public static interface DnsRecordCreationState.Builder extends SdkPojo, CopyableBuilder<DnsRecordCreationState.Builder,DnsRecordCreationState>
| Modifier and Type | Method and Description |
|---|---|
DnsRecordCreationState.Builder |
code(DnsRecordCreationStateCode code)
The status code for the automated DNS record creation.
|
DnsRecordCreationState.Builder |
code(String code)
The status code for the automated DNS record creation.
|
DnsRecordCreationState.Builder |
message(String message)
The message that describes the reason for the status code.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDnsRecordCreationState.Builder code(String code)
The status code for the automated DNS record creation.
Following are the possible values:
SUCCEEDED - The validation records were successfully added to the domain.
STARTED - The automatic DNS record creation has started.
FAILED - The validation records failed to be added to the domain.
code - The status code for the automated DNS record creation.
Following are the possible values:
SUCCEEDED - The validation records were successfully added to the domain.
STARTED - The automatic DNS record creation has started.
FAILED - The validation records failed to be added to the domain.
DnsRecordCreationStateCode,
DnsRecordCreationStateCodeDnsRecordCreationState.Builder code(DnsRecordCreationStateCode code)
The status code for the automated DNS record creation.
Following are the possible values:
SUCCEEDED - The validation records were successfully added to the domain.
STARTED - The automatic DNS record creation has started.
FAILED - The validation records failed to be added to the domain.
code - The status code for the automated DNS record creation.
Following are the possible values:
SUCCEEDED - The validation records were successfully added to the domain.
STARTED - The automatic DNS record creation has started.
FAILED - The validation records failed to be added to the domain.
DnsRecordCreationStateCode,
DnsRecordCreationStateCodeDnsRecordCreationState.Builder message(String message)
The message that describes the reason for the status code.
message - The message that describes the reason for the status code.Copyright © 2023. All rights reserved.