public static interface LoadBalancerTlsCertificateDnsRecordCreationState.Builder extends SdkPojo, CopyableBuilder<LoadBalancerTlsCertificateDnsRecordCreationState.Builder,LoadBalancerTlsCertificateDnsRecordCreationState>
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerTlsCertificateDnsRecordCreationState.Builder |
code(LoadBalancerTlsCertificateDnsRecordCreationStateCode code)
The status code for the automated DNS record creation.
|
LoadBalancerTlsCertificateDnsRecordCreationState.Builder |
code(String code)
The status code for the automated DNS record creation.
|
LoadBalancerTlsCertificateDnsRecordCreationState.Builder |
message(String message)
The message that describes the reason for the status code.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoadBalancerTlsCertificateDnsRecordCreationState.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.
STARTED - The automatic DNS record creation has started.
FAILED - The validation record addition failed.
code - The status code for the automated DNS record creation.
Following are the possible values:
SUCCEEDED - The validation records were successfully added.
STARTED - The automatic DNS record creation has started.
FAILED - The validation record addition failed.
LoadBalancerTlsCertificateDnsRecordCreationStateCode,
LoadBalancerTlsCertificateDnsRecordCreationStateCodeLoadBalancerTlsCertificateDnsRecordCreationState.Builder code(LoadBalancerTlsCertificateDnsRecordCreationStateCode code)
The status code for the automated DNS record creation.
Following are the possible values:
SUCCEEDED - The validation records were successfully added.
STARTED - The automatic DNS record creation has started.
FAILED - The validation record addition failed.
code - The status code for the automated DNS record creation.
Following are the possible values:
SUCCEEDED - The validation records were successfully added.
STARTED - The automatic DNS record creation has started.
FAILED - The validation record addition failed.
LoadBalancerTlsCertificateDnsRecordCreationStateCode,
LoadBalancerTlsCertificateDnsRecordCreationStateCodeLoadBalancerTlsCertificateDnsRecordCreationState.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.