| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestar |
|
| software.amazon.awssdk.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateUserProfileResponse> |
CodeStarAsyncClient.createUserProfile(Consumer<CreateUserProfileRequest.Builder> createUserProfileRequest)
Creates a profile for a user that includes user preferences, such as the display name and email address
assocciated with the user, in AWS CodeStar.
|
default CreateUserProfileResponse |
CodeStarClient.createUserProfile(Consumer<CreateUserProfileRequest.Builder> createUserProfileRequest)
Creates a profile for a user that includes user preferences, such as the display name and email address
assocciated with the user, in AWS CodeStar.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateUserProfileRequest.Builder |
CreateUserProfileRequest.builder() |
CreateUserProfileRequest.Builder |
CreateUserProfileRequest.Builder.displayName(String displayName)
The name that will be displayed as the friendly name for the user in AWS CodeStar.
|
CreateUserProfileRequest.Builder |
CreateUserProfileRequest.Builder.emailAddress(String emailAddress)
The email address that will be displayed as part of the user's profile in AWS CodeStar.
|
CreateUserProfileRequest.Builder |
CreateUserProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateUserProfileRequest.Builder |
CreateUserProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateUserProfileRequest.Builder |
CreateUserProfileRequest.Builder.sshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar.
|
CreateUserProfileRequest.Builder |
CreateUserProfileRequest.toBuilder() |
CreateUserProfileRequest.Builder |
CreateUserProfileRequest.Builder.userArn(String userArn)
The Amazon Resource Name (ARN) of the user in IAM.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateUserProfileRequest.Builder> |
CreateUserProfileRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.