static UpdateProfileResponse.Builder |
UpdateProfileResponse.builder() |
|
UpdateProfileResponse.Builder |
UpdateProfileResponse.Builder.businessName(String businessName) |
Returns the name for the business associated with this profile.
|
UpdateProfileResponse.Builder |
UpdateProfileResponse.Builder.createdAt(Instant createdAt) |
Returns a timestamp for creation date and time of the profile.
|
UpdateProfileResponse.Builder |
UpdateProfileResponse.Builder.email(String email) |
Returns the email address associated with this customer profile.
|
UpdateProfileResponse.Builder |
UpdateProfileResponse.Builder.logging(String logging) |
Specifies whether or not logging is enabled for this profile.
|
UpdateProfileResponse.Builder |
UpdateProfileResponse.Builder.logging(Logging logging) |
Specifies whether or not logging is enabled for this profile.
|
UpdateProfileResponse.Builder |
UpdateProfileResponse.Builder.logGroupName(String logGroupName) |
Returns the name of the logging group.
|
UpdateProfileResponse.Builder |
UpdateProfileResponse.Builder.modifiedAt(Instant modifiedAt) |
Returns a timestamp for last time the profile was modified.
|
UpdateProfileResponse.Builder |
UpdateProfileResponse.Builder.name(String name) |
Returns the name of the profile.
|
UpdateProfileResponse.Builder |
UpdateProfileResponse.Builder.phone(String phone) |
Returns the phone number associated with the profile.
|
UpdateProfileResponse.Builder |
UpdateProfileResponse.Builder.profileArn(String profileArn) |
Returns an Amazon Resource Name (ARN) for the profile.
|
UpdateProfileResponse.Builder |
UpdateProfileResponse.Builder.profileId(String profileId) |
Returns the unique, system-generated identifier for the profile.
|
UpdateProfileResponse.Builder |
UpdateProfileResponse.toBuilder() |
|