Interface GetUserProfileRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetUserProfileRequest.Builder,
,GetUserProfileRequest> DataZoneRequest.Builder
,SdkBuilder<GetUserProfileRequest.Builder,
,GetUserProfileRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetUserProfileRequest
@Mutable
@NotThreadSafe
public static interface GetUserProfileRequest.Builder
extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<GetUserProfileRequest.Builder,GetUserProfileRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondomainIdentifier
(String domainIdentifier) the ID of the Amazon DataZone domain the data portal of which you want to get.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The type of the user profile.type
(UserProfileType type) The type of the user profile.userIdentifier
(String userIdentifier) The identifier of the user for which you want to get the user profile.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domainIdentifier
the ID of the Amazon DataZone domain the data portal of which you want to get.
- Parameters:
domainIdentifier
- the ID of the Amazon DataZone domain the data portal of which you want to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the user profile.
- Parameters:
type
- The type of the user profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the user profile.
- Parameters:
type
- The type of the user profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userIdentifier
The identifier of the user for which you want to get the user profile.
- Parameters:
userIdentifier
- The identifier of the user for which you want to get the user profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetUserProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetUserProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-