public static interface DescribeActivityResponse.Builder extends SFNResponse.Builder, CopyableBuilder<DescribeActivityResponse.Builder,DescribeActivityResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeActivityResponse.Builder |
activityArn(String activityArn)
The Amazon Resource Name (ARN) that identifies the activity.
|
DescribeActivityResponse.Builder |
creationDate(Instant creationDate)
The date the activity is created.
|
DescribeActivityResponse.Builder |
name(String name)
The name of the activity.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeActivityResponse.Builder activityArn(String activityArn)
The Amazon Resource Name (ARN) that identifies the activity.
activityArn - The Amazon Resource Name (ARN) that identifies the activity.DescribeActivityResponse.Builder name(String name)
The name of the activity.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
name - The name of the activity.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
DescribeActivityResponse.Builder creationDate(Instant creationDate)
The date the activity is created.
creationDate - The date the activity is created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.