static CreateProfileResponse.Builder |
CreateProfileResponse.builder() |
|
CreateProfileResponse.Builder |
CreateProfileResponse.Builder.businessName(String businessName) |
Returns the name for the business associated with this profile.
|
CreateProfileResponse.Builder |
CreateProfileResponse.Builder.createdAt(Instant createdAt) |
Returns a timestamp representing the time the profile was created.
|
CreateProfileResponse.Builder |
CreateProfileResponse.Builder.email(String email) |
Returns the email address associated with this customer profile.
|
CreateProfileResponse.Builder |
CreateProfileResponse.Builder.logging(String logging) |
Returns whether or not logging is turned on for this profile.
|
CreateProfileResponse.Builder |
CreateProfileResponse.Builder.logging(Logging logging) |
Returns whether or not logging is turned on for this profile.
|
CreateProfileResponse.Builder |
CreateProfileResponse.Builder.logGroupName(String logGroupName) |
Returns the name of the logging group.
|
CreateProfileResponse.Builder |
CreateProfileResponse.Builder.name(String name) |
Returns the name of the profile, used to identify it.
|
CreateProfileResponse.Builder |
CreateProfileResponse.Builder.phone(String phone) |
Returns the phone number associated with the profile.
|
CreateProfileResponse.Builder |
CreateProfileResponse.Builder.profileArn(String profileArn) |
Returns an Amazon Resource Name (ARN) for the profile.
|
CreateProfileResponse.Builder |
CreateProfileResponse.Builder.profileId(String profileId) |
Returns the unique, system-generated identifier for the profile.
|
CreateProfileResponse.Builder |
CreateProfileResponse.toBuilder() |
|