Interface TxtMethodConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TxtMethodConfig.Builder,,TxtMethodConfig> SdkBuilder<TxtMethodConfig.Builder,,TxtMethodConfig> SdkPojo
- Enclosing class:
TxtMethodConfig
@Mutable
@NotThreadSafe
public static interface TxtMethodConfig.Builder
extends SdkPojo, CopyableBuilder<TxtMethodConfig.Builder,TxtMethodConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the TXT record that must be created for domain verification.The value that must be added to the TXT record for domain verification.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
value
The value that must be added to the TXT record for domain verification.
- Parameters:
value- The value that must be added to the TXT record for domain verification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the TXT record that must be created for domain verification.
- Parameters:
name- The name of the TXT record that must be created for domain verification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-