static CreateProfileRequest.Builder |
CreateProfileRequest.builder() |
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.businessName(String businessName) |
Specifies the name for the business associated with this profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.clientToken(String clientToken) |
Reserved for future use.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.email(String email) |
Specifies the email address associated with this customer profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.logging(String logging) |
Specifies whether or not logging is enabled for this profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.logging(Logging logging) |
Specifies whether or not logging is enabled for this profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.name(String name) |
Specifies the name of the profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.phone(String phone) |
Specifies the phone number associated with the profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.tags(Collection<Tag> tags) |
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.tags(Tag... tags) |
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
CreateProfileRequest.Builder |
CreateProfileRequest.toBuilder() |
|