Interface AliasICPRecordal.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AliasICPRecordal.Builder,AliasICPRecordal>,SdkBuilder<AliasICPRecordal.Builder,AliasICPRecordal>,SdkPojo
- Enclosing class:
- AliasICPRecordal
@Mutable @NotThreadSafe public static interface AliasICPRecordal.Builder extends SdkPojo, CopyableBuilder<AliasICPRecordal.Builder,AliasICPRecordal>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AliasICPRecordal.Buildercname(String cname)A domain name associated with a distribution.AliasICPRecordal.BuildericpRecordalStatus(String icpRecordalStatus)The Internet Content Provider (ICP) recordal status for a CNAME.AliasICPRecordal.BuildericpRecordalStatus(ICPRecordalStatus icpRecordalStatus)The Internet Content Provider (ICP) recordal status for a CNAME.-
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 Detail
-
cname
AliasICPRecordal.Builder cname(String cname)
A domain name associated with a distribution.
- Parameters:
cname- A domain name associated with a distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
icpRecordalStatus
AliasICPRecordal.Builder icpRecordalStatus(String icpRecordalStatus)
The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in Amazon Web Services Regions outside of China.
The status values returned are the following:
-
APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with the China Regions, a CNAME must have one ICP recordal number associated with it.
-
SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.
-
PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.
- Parameters:
icpRecordalStatus- The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in Amazon Web Services Regions outside of China.The status values returned are the following:
-
APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with the China Regions, a CNAME must have one ICP recordal number associated with it.
-
SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.
-
PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ICPRecordalStatus,ICPRecordalStatus
-
-
icpRecordalStatus
AliasICPRecordal.Builder icpRecordalStatus(ICPRecordalStatus icpRecordalStatus)
The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in Amazon Web Services Regions outside of China.
The status values returned are the following:
-
APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with the China Regions, a CNAME must have one ICP recordal number associated with it.
-
SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.
-
PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.
- Parameters:
icpRecordalStatus- The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in Amazon Web Services Regions outside of China.The status values returned are the following:
-
APPROVED indicates that the associated CNAME has a valid ICP recordal number. Multiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as APPROVED, that is, valid to use with the China Regions, a CNAME must have one ICP recordal number associated with it.
-
SUSPENDED indicates that the associated CNAME does not have a valid ICP recordal number.
-
PENDING indicates that CloudFront can't determine the ICP recordal status of the CNAME associated with the distribution because there was an error in trying to determine the status. You can try again to see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ICPRecordalStatus,ICPRecordalStatus
-
-
-