Profile.Builder |
Profile.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the Profile.
|
static Profile.Builder |
Profile.builder() |
|
Profile.Builder |
Profile.Builder.clientToken(String clientToken) |
The ClientToken value that was assigned when the Profile was created.
|
Profile.Builder |
Profile.Builder.creationTime(Instant creationTime) |
The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).
|
Profile.Builder |
Profile.Builder.id(String id) |
ID of the Profile.
|
Profile.Builder |
Profile.Builder.modificationTime(Instant modificationTime) |
The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).
|
Profile.Builder |
Profile.Builder.name(String name) |
Name of the Profile.
|
Profile.Builder |
Profile.Builder.ownerId(String ownerId) |
Amazon Web Services account ID of the Profile owner.
|
Profile.Builder |
Profile.Builder.shareStatus(String shareStatus) |
Sharing status for the Profile.
|
Profile.Builder |
Profile.Builder.shareStatus(ShareStatus shareStatus) |
Sharing status for the Profile.
|
Profile.Builder |
Profile.Builder.status(String status) |
The status for the Profile.
|
Profile.Builder |
Profile.Builder.status(ProfileStatus status) |
The status for the Profile.
|
Profile.Builder |
Profile.Builder.statusMessage(String statusMessage) |
Status message that includes additiona information about the Profile.
|
Profile.Builder |
Profile.toBuilder() |
|