@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() |
List<Tag> |
tags()
The list of tags to add to a resource.
|
CreateActivityRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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 List<Tag> tags()
The list of tags to add to a resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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 String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.