@Generated(value="software.amazon.awssdk:codegen") public final class CreateActivityRequest extends SfnRequest implements ToCopyableBuilder<CreateActivityRequest.Builder,CreateActivityRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateActivityRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateActivityRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the activity to create.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateActivityRequest.Builder> |
serializableBuilderClass() |
CreateActivityRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
public CreateActivityRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateActivityRequest.Builder,CreateActivityRequest>toBuilder in class SfnRequestpublic static CreateActivityRequest.Builder builder()
public static Class<? extends CreateActivityRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.