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 interface
RegisterDomainRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegisterDomainRequest.Builder
builder()
String
description()
A text description of the domain.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
boolean
hasTags()
For responses, this returns true if the service returned a value for the Tags property.String
name()
Name of the domain to register.List<SdkField<?>>
sdkFields()
static Class<? extends RegisterDomainRequest.Builder>
serializableBuilderClass()
List<ResourceTag>
tags()
Tags to be added when registering a domain.RegisterDomainRequest.Builder
toBuilder()
String
toString()
Returns a string representation of this object.String
workflowExecutionRetentionPeriodInDays()
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 (
-
-