Interface LoadBalancerTlsCertificateDnsRecordCreationState.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LoadBalancerTlsCertificateDnsRecordCreationState.Builder,
,LoadBalancerTlsCertificateDnsRecordCreationState> SdkBuilder<LoadBalancerTlsCertificateDnsRecordCreationState.Builder,
,LoadBalancerTlsCertificateDnsRecordCreationState> SdkPojo
- Enclosing class:
LoadBalancerTlsCertificateDnsRecordCreationState
-
Method Summary
Modifier and TypeMethodDescriptionThe status code for the automated DNS record creation.The status code for the automated DNS record creation.The message that describes the reason for the status code.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
code
LoadBalancerTlsCertificateDnsRecordCreationState.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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
message
The message that describes the reason for the status code.
- Parameters:
message
- The message that describes the reason for the status code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-