Interface DnsRecordCreationState.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DnsRecordCreationState.Builder,DnsRecordCreationState>,SdkBuilder<DnsRecordCreationState.Builder,DnsRecordCreationState>,SdkPojo
- Enclosing class:
- DnsRecordCreationState
public static interface DnsRecordCreationState.Builder extends SdkPojo, CopyableBuilder<DnsRecordCreationState.Builder,DnsRecordCreationState>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsRecordCreationState.Buildercode(String code)The status code for the automated DNS record creation.DnsRecordCreationState.Buildercode(DnsRecordCreationStateCode code)The status code for the automated DNS record creation.DnsRecordCreationState.Buildermessage(String message)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, sdkFields
-
-
-
-
Method Detail
-
code
DnsRecordCreationState.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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DnsRecordCreationStateCode,DnsRecordCreationStateCode
-
-
code
DnsRecordCreationState.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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DnsRecordCreationStateCode,DnsRecordCreationStateCode
-
-
message
DnsRecordCreationState.Builder message(String 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.
-
-