public static interface GetUserProfileRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<GetUserProfileRequest.Builder,GetUserProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
GetUserProfileRequest.Builder |
domainIdentifier(String domainIdentifier)
the ID of the Amazon DataZone domain the data portal of which you want to get.
|
GetUserProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetUserProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetUserProfileRequest.Builder |
type(String type)
The type of the user profile.
|
GetUserProfileRequest.Builder |
type(UserProfileType type)
The type of the user profile.
|
GetUserProfileRequest.Builder |
userIdentifier(String userIdentifier)
The identifier of the user for which you want to get the user profile.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetUserProfileRequest.Builder domainIdentifier(String domainIdentifier)
the ID of the Amazon DataZone domain the data portal of which you want to get.
domainIdentifier - the ID of the Amazon DataZone domain the data portal of which you want to get.GetUserProfileRequest.Builder type(String type)
The type of the user profile.
type - The type of the user profile.UserProfileType,
UserProfileTypeGetUserProfileRequest.Builder type(UserProfileType type)
The type of the user profile.
type - The type of the user profile.UserProfileType,
UserProfileTypeGetUserProfileRequest.Builder userIdentifier(String userIdentifier)
The identifier of the user for which you want to get the user profile.
userIdentifier - The identifier of the user for which you want to get the user profile.GetUserProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetUserProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.