Interface GetUserIdRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<GetUserIdRequest.Builder,,GetUserIdRequest> IdentitystoreRequest.Builder,SdkBuilder<GetUserIdRequest.Builder,,GetUserIdRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 GetUserIdRequest
- 
Method Summary
Modifier and TypeMethodDescriptiondefault GetUserIdRequest.BuilderalternateIdentifier(Consumer<AlternateIdentifier.Builder> alternateIdentifier) A unique identifier for a user or group that is not the primary identifier.alternateIdentifier(AlternateIdentifier alternateIdentifier) A unique identifier for a user or group that is not the primary identifier.identityStoreId(String identityStoreId) The globally unique identifier for the identity store.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.identitystore.model.IdentitystoreRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
identityStoreId
The globally unique identifier for the identity store.
- Parameters:
 identityStoreId- The globally unique identifier for the identity store.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
alternateIdentifier
A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For the unique attribute, the only valid paths are
userNameandemails.value.- Parameters:
 alternateIdentifier- A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For the unique attribute, the only valid paths areuserNameandemails.value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
alternateIdentifier
default GetUserIdRequest.Builder alternateIdentifier(Consumer<AlternateIdentifier.Builder> alternateIdentifier) A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For the unique attribute, the only valid paths are
This is a convenience method that creates an instance of theuserNameandemails.value.AlternateIdentifier.Builderavoiding the need to create one manually viaAlternateIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toalternateIdentifier(AlternateIdentifier).- Parameters:
 alternateIdentifier- a consumer that will call methods onAlternateIdentifier.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
GetUserIdRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
GetUserIdRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -