@Stability(value=Stable) public static final class CfnDomainConfigurationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDomainConfigurationProps>
CfnDomainConfigurationProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDomainConfigurationProps.Builder authorizerConfig(CfnDomainConfiguration.AuthorizerConfigProperty authorizerConfig)
CfnDomainConfigurationProps.getAuthorizerConfig()authorizerConfig - An object that specifies the authorization service for a domain.this@Stability(value=Stable) public CfnDomainConfigurationProps.Builder authorizerConfig(IResolvable authorizerConfig)
CfnDomainConfigurationProps.getAuthorizerConfig()authorizerConfig - An object that specifies the authorization service for a domain.this@Stability(value=Stable) public CfnDomainConfigurationProps.Builder domainConfigurationName(String domainConfigurationName)
CfnDomainConfigurationProps.getDomainConfigurationName()domainConfigurationName - The name of the domain configuration.
This value must be unique to a region.this@Stability(value=Stable) public CfnDomainConfigurationProps.Builder domainConfigurationStatus(String domainConfigurationStatus)
CfnDomainConfigurationProps.getDomainConfigurationStatus()domainConfigurationStatus - The status to which the domain configuration should be updated.
Valid values: ENABLED | DISABLEDthis@Stability(value=Stable) public CfnDomainConfigurationProps.Builder domainName(String domainName)
CfnDomainConfigurationProps.getDomainName()domainName - The name of the domain.this@Stability(value=Stable) public CfnDomainConfigurationProps.Builder serverCertificateArns(List<String> serverCertificateArns)
CfnDomainConfigurationProps.getServerCertificateArns()serverCertificateArns - The ARNs of the certificates that AWS IoT passes to the device during the TLS handshake.
Currently you can specify only one certificate ARN. This value is not required for AWS -managed domains.this@Stability(value=Stable) public CfnDomainConfigurationProps.Builder serviceType(String serviceType)
CfnDomainConfigurationProps.getServiceType()serviceType - The type of service delivered by the endpoint.
AWS IoT Core currently supports only the
DATAservice type.
this@Stability(value=Stable) public CfnDomainConfigurationProps.Builder tags(List<? extends CfnTag> tags)
CfnDomainConfigurationProps.getTags()tags - Metadata which can be used to manage the domain configuration.
For URI Request parameters use format: ...key1=value1&key2=value2...
For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."
For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
this@Stability(value=Stable) public CfnDomainConfigurationProps.Builder validationCertificateArn(String validationCertificateArn)
CfnDomainConfigurationProps.getValidationCertificateArn()validationCertificateArn - The certificate used to validate the server certificate and prove domain name ownership.
This certificate must be signed by a public certificate authority. This value is not required for AWS -managed domains.this@Stability(value=Stable) public CfnDomainConfigurationProps build()
build in interface software.amazon.jsii.Builder<CfnDomainConfigurationProps>CfnDomainConfigurationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.