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