@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).
|
boolean |
hasTags()
Returns true if the Tags 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.
|
List<Tag> |
tags()
Metadata which can be used to manage the domain configuration.
|
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 final String domainConfigurationName()
The name of the domain configuration. This value must be unique to a region.
public final String domainName()
The name of the domain.
public final boolean hasServerCertificateArns()
public final 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 final 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 final AuthorizerConfig authorizerConfig()
An object that specifies the authorization service for a domain.
public final ServiceType serviceType()
The type of service delivered by the endpoint.
AWS IoT Core currently supports only the DATA service type.
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().
AWS IoT Core currently supports only the DATA service type.
ServiceTypepublic final String serviceTypeAsString()
The type of service delivered by the endpoint.
AWS IoT Core currently supports only the DATA service type.
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().
AWS IoT Core currently supports only the DATA service type.
ServiceTypepublic final boolean hasTags()
public final List<Tag> 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..."
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
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..."
public 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.