Interface ResourceRecord.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResourceRecord.Builder,
,ResourceRecord> SdkBuilder<ResourceRecord.Builder,
,ResourceRecord> SdkPojo
- Enclosing class:
ResourceRecord
@Mutable
@NotThreadSafe
public static interface ResourceRecord.Builder
extends SdkPojo, CopyableBuilder<ResourceRecord.Builder,ResourceRecord>
-
Method Summary
Modifier and TypeMethodDescriptionThe current or new DNS record value, not to exceed 4,000 characters.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
-
value
The current or new DNS record value, not to exceed 4,000 characters. In the case of a
DELETE
action, if the current value does not match the actual value, an error is returned. For descriptions about how to formatValue
for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.You can specify more than one value for all record types except
CNAME
andSOA
.If you're creating an alias resource record set, omit
Value
.- Parameters:
value
- The current or new DNS record value, not to exceed 4,000 characters. In the case of aDELETE
action, if the current value does not match the actual value, an error is returned. For descriptions about how to formatValue
for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.You can specify more than one value for all record types except
CNAME
andSOA
.If you're creating an alias resource record set, omit
Value
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-