@Generated(value="software.amazon.awssdk:codegen") public final class CreateDomainConfigurationRequest extends IotRequest implements ToCopyableBuilder<CreateDomainConfigurationRequest.Builder,CreateDomainConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateDomainConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AuthorizerConfig |
authorizerConfig()
An object that specifies the authorization service for a domain.
|
static CreateDomainConfigurationRequest.Builder |
builder() |
String |
domainConfigurationName()
The name of the domain configuration.
|
String |
domainName()
The name of the domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasServerCertificateArns()
Returns true if the ServerCertificateArns property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateDomainConfigurationRequest.Builder> |
serializableBuilderClass() |
List<String> |
serverCertificateArns()
The ARNs of the certificates that AWS IoT passes to the device during the TLS handshake.
|
ServiceType |
serviceType()
The type of service delivered by the endpoint.
|
String |
serviceTypeAsString()
The type of service delivered by the endpoint.
|
CreateDomainConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
validationCertificateArn()
The certificate used to validate the server certificate and prove domain name ownership.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String domainConfigurationName()
The name of the domain configuration. This value must be unique to a region.
public String domainName()
The name of the domain.
public boolean hasServerCertificateArns()
public List<String> 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasServerCertificateArns() to see if a value was sent in this field.
public String 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.
public AuthorizerConfig authorizerConfig()
An object that specifies the authorization service for a domain.
public ServiceType serviceType()
The type of service delivered by the endpoint.
If the service returns an enum value that is not available in the current SDK version, serviceType will
return ServiceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
serviceTypeAsString().
ServiceTypepublic String serviceTypeAsString()
The type of service delivered by the endpoint.
If the service returns an enum value that is not available in the current SDK version, serviceType will
return ServiceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
serviceTypeAsString().
ServiceTypepublic CreateDomainConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateDomainConfigurationRequest.Builder,CreateDomainConfigurationRequest>toBuilder in class IotRequestpublic static CreateDomainConfigurationRequest.Builder builder()
public static Class<? extends CreateDomainConfigurationRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.