CopyableBuilder<DescribeActivityResponse.Builder,DescribeActivityResponse>
, SdkBuilder<DescribeActivityResponse.Builder,DescribeActivityResponse>
public static interface DescribeActivityResponse.Builder extends CopyableBuilder<DescribeActivityResponse.Builder,DescribeActivityResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeActivityResponse.Builder |
activityArn(String activityArn) |
The Amazon Resource Name (ARN) that identifies the activity.
|
DescribeActivityResponse.Builder |
creationDate(Date creationDate) |
The date the activity was created.
|
DescribeActivityResponse.Builder |
name(String name) |
The name of the activity.
|
copy
apply, build
DescribeActivityResponse.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.
name
- The name of the activity.DescribeActivityResponse.Builder creationDate(Date creationDate)
The date the activity was created.
creationDate
- The date the activity was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.