Class RegisterActivityTypeRequest
- 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.RegisterActivityTypeRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<RegisterActivityTypeRequest.Builder,RegisterActivityTypeRequest>
@Generated("software.amazon.awssdk:codegen") public final class RegisterActivityTypeRequest extends SwfRequest implements ToCopyableBuilder<RegisterActivityTypeRequest.Builder,RegisterActivityTypeRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRegisterActivityTypeRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegisterActivityTypeRequest.Builderbuilder()StringdefaultTaskHeartbeatTimeout()If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat.TaskListdefaultTaskList()If set, specifies the default task list to use for scheduling tasks of this activity type.StringdefaultTaskPriority()The default task priority to assign to the activity type.StringdefaultTaskScheduleToCloseTimeout()If set, specifies the default maximum duration for a task of this activity type.StringdefaultTaskScheduleToStartTimeout()If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker.StringdefaultTaskStartToCloseTimeout()If set, specifies the default maximum duration that a worker can take to process tasks of this activity type.Stringdescription()A textual description of the activity type.Stringdomain()The name of the domain in which this activity is to be registered.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the activity type within the domain.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RegisterActivityTypeRequest.Builder>serializableBuilderClass()RegisterActivityTypeRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()The version of the activity type.-
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
-
domain
public final String domain()
The name of the domain in which this activity is to be registered.
- Returns:
- The name of the domain in which this activity is to be registered.
-
name
public final String name()
The name of the activity type within the domain.
The specified string must not contain a
:(colon),/(slash),|(vertical bar), or any control characters (
-
-