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 Modifier and Type Class Description static interfaceRegisterDomainRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegisterDomainRequest.Builderbuilder()Stringdescription()A text description of the domain.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.Stringname()Name of the domain to register.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RegisterDomainRequest.Builder>serializableBuilderClass()List<ResourceTag>tags()Tags to be added when registering a domain.RegisterDomainRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringworkflowExecutionRetentionPeriodInDays()The 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
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String 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 (
-
-