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 SummaryModifier and TypeMethodDescriptionThe name of the DNS record to create in your domain.The type of DNS record.type(RecordType type) The type of DNS record.The value of the CNAME record to add to your DNS database.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe name of the DNS record to create in your domain. This is supplied by ACM. - Parameters:
- name- The name of the DNS record to create in your domain. This is supplied by ACM.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
typeThe type of DNS record. Currently this can be CNAME.- Parameters:
- type- The type of DNS record. Currently this can be- CNAME.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe type of DNS record. Currently this can be CNAME.- Parameters:
- type- The type of DNS record. Currently this can be- CNAME.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
valueThe value of the CNAME record to add to your DNS database. This is supplied by ACM. - Parameters:
- value- The value of the CNAME record to add to your DNS database. This is supplied by ACM.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-