static ProfileSummary.Builder |
ProfileSummary.builder() |
|
ProfileSummary.Builder |
ProfileSummary.Builder.businessName(String businessName) |
Returns the name for the business associated with this profile.
|
ProfileSummary.Builder |
ProfileSummary.Builder.createdAt(Instant createdAt) |
Returns the timestamp for creation date and time of the profile.
|
ProfileSummary.Builder |
ProfileSummary.Builder.logging(String logging) |
Specifies whether or not logging is enabled for this profile.
|
ProfileSummary.Builder |
ProfileSummary.Builder.logging(Logging logging) |
Specifies whether or not logging is enabled for this profile.
|
ProfileSummary.Builder |
ProfileSummary.Builder.logGroupName(String logGroupName) |
Returns the name of the logging group.
|
ProfileSummary.Builder |
ProfileSummary.Builder.modifiedAt(Instant modifiedAt) |
Returns the timestamp that identifies the most recent date and time that the profile was modified.
|
ProfileSummary.Builder |
ProfileSummary.Builder.name(String name) |
Returns the display name for profile.
|
ProfileSummary.Builder |
ProfileSummary.Builder.profileId(String profileId) |
Returns the unique, system-generated identifier for the profile.
|
ProfileSummary.Builder |
ProfileSummary.toBuilder() |
|