Interface GetUserIdRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetUserIdRequest.Builder,GetUserIdRequest>,IdentitystoreRequest.Builder,SdkBuilder<GetUserIdRequest.Builder,GetUserIdRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetUserIdRequest
public static interface GetUserIdRequest.Builder extends IdentitystoreRequest.Builder, SdkPojo, CopyableBuilder<GetUserIdRequest.Builder,GetUserIdRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetUserIdRequest.BuilderalternateIdentifier(Consumer<AlternateIdentifier.Builder> alternateIdentifier)A unique identifier for a user or group that is not the primary identifier.GetUserIdRequest.BuilderalternateIdentifier(AlternateIdentifier alternateIdentifier)A unique identifier for a user or group that is not the primary identifier.GetUserIdRequest.BuilderidentityStoreId(String identityStoreId)The globally unique identifier for the identity store.GetUserIdRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetUserIdRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.identitystore.model.IdentitystoreRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
identityStoreId
GetUserIdRequest.Builder identityStoreId(String 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
GetUserIdRequest.Builder alternateIdentifier(AlternateIdentifier 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:
alternateIdentifier(AlternateIdentifier)
-
overrideConfiguration
GetUserIdRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetUserIdRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-