Class RegisterDomainRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.swf.model.SwfRequest
software.amazon.awssdk.services.swf.model.RegisterDomainRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<RegisterDomainRequest.Builder,RegisterDomainRequest>
@Generated("software.amazon.awssdk:codegen")
public final class RegisterDomainRequest
extends SwfRequest
implements ToCopyableBuilder<RegisterDomainRequest.Builder,RegisterDomainRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringA text description of the domain.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) Used to retrieve the value of a field from any class that extendsSdkRequest.final inthashCode()final booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.final Stringname()Name of the domain to register.static Class<? extends RegisterDomainRequest.Builder> final List<ResourceTag> tags()Tags to be added when registering a domain.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final StringThe duration (in days) that records and histories of workflow executions on the domain should be kept by the service.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
name
Name of the domain to register. The name must be unique in the region that the domain is registered in.
The specified string must not start or end with whitespace. It must not contain a
:(colon),/(slash),|(vertical bar), or any control characters (
-