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