static GetProfileResponse.Builder |
GetProfileResponse.builder() |
|
GetProfileResponse.Builder |
GetProfileResponse.Builder.businessName(String businessName) |
Returns the name for the business associated with this profile.
|
GetProfileResponse.Builder |
GetProfileResponse.Builder.createdAt(Instant createdAt) |
Returns a timestamp for creation date and time of the transformer.
|
GetProfileResponse.Builder |
GetProfileResponse.Builder.email(String email) |
Returns the email address associated with this customer profile.
|
GetProfileResponse.Builder |
GetProfileResponse.Builder.logging(String logging) |
Returns whether or not logging is enabled for this profile.
|
GetProfileResponse.Builder |
GetProfileResponse.Builder.logging(Logging logging) |
Returns whether or not logging is enabled for this profile.
|
GetProfileResponse.Builder |
GetProfileResponse.Builder.logGroupName(String logGroupName) |
Returns the name of the logging group.
|
GetProfileResponse.Builder |
GetProfileResponse.Builder.modifiedAt(Instant modifiedAt) |
Returns a timestamp for last time the profile was modified.
|
GetProfileResponse.Builder |
GetProfileResponse.Builder.name(String name) |
Returns the name of the profile, used to identify it.
|
GetProfileResponse.Builder |
GetProfileResponse.Builder.phone(String phone) |
Returns the phone number associated with the profile.
|
GetProfileResponse.Builder |
GetProfileResponse.Builder.profileArn(String profileArn) |
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability,
partnership, profile, or transformer.
|
GetProfileResponse.Builder |
GetProfileResponse.Builder.profileId(String profileId) |
Returns the unique, system-generated identifier for the profile.
|
GetProfileResponse.Builder |
GetProfileResponse.toBuilder() |
|