Interface DnsConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DnsConfiguration.Builder,DnsConfiguration>,SdkBuilder<DnsConfiguration.Builder,DnsConfiguration>,SdkPojo
- Enclosing class:
- DnsConfiguration
@Mutable @NotThreadSafe public static interface DnsConfiguration.Builder extends SdkPojo, CopyableBuilder<DnsConfiguration.Builder,DnsConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsConfiguration.Builderdomain(String domain)The domain name that you're verifying.DnsConfiguration.Builderreason(String reason)Explains the status of the DNS configuration.DnsConfiguration.Builderstatus(String status)The status of your domain name.DnsConfiguration.Builderstatus(DnsConfigurationStatus status)The status of your domain name.-
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
-
domain
DnsConfiguration.Builder domain(String domain)
The domain name that you're verifying.
- Parameters:
domain- The domain name that you're verifying.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DnsConfiguration.Builder status(String status)
The status of your domain name.
-
valid-configuration: The domain name is correctly configured and points to the correct routing endpoint of the connection group. -
invalid-configuration: There is either a missing DNS record or the DNS record exists but it's using an incorrect routing endpoint. Update the DNS record to point to the correct routing endpoint. -
unknown-configuration: CloudFront can't validate your DNS configuration. This status can appear if CloudFront can't verify the DNS record, or the DNS lookup request failed or timed out.
- Parameters:
status- The status of your domain name.-
valid-configuration: The domain name is correctly configured and points to the correct routing endpoint of the connection group. -
invalid-configuration: There is either a missing DNS record or the DNS record exists but it's using an incorrect routing endpoint. Update the DNS record to point to the correct routing endpoint. -
unknown-configuration: CloudFront can't validate your DNS configuration. This status can appear if CloudFront can't verify the DNS record, or the DNS lookup request failed or timed out.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DnsConfigurationStatus,DnsConfigurationStatus
-
-
status
DnsConfiguration.Builder status(DnsConfigurationStatus status)
The status of your domain name.
-
valid-configuration: The domain name is correctly configured and points to the correct routing endpoint of the connection group. -
invalid-configuration: There is either a missing DNS record or the DNS record exists but it's using an incorrect routing endpoint. Update the DNS record to point to the correct routing endpoint. -
unknown-configuration: CloudFront can't validate your DNS configuration. This status can appear if CloudFront can't verify the DNS record, or the DNS lookup request failed or timed out.
- Parameters:
status- The status of your domain name.-
valid-configuration: The domain name is correctly configured and points to the correct routing endpoint of the connection group. -
invalid-configuration: There is either a missing DNS record or the DNS record exists but it's using an incorrect routing endpoint. Update the DNS record to point to the correct routing endpoint. -
unknown-configuration: CloudFront can't validate your DNS configuration. This status can appear if CloudFront can't verify the DNS record, or the DNS lookup request failed or timed out.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DnsConfigurationStatus,DnsConfigurationStatus
-
-
reason
DnsConfiguration.Builder reason(String reason)
Explains the status of the DNS configuration.
- Parameters:
reason- Explains the status of the DNS configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-