public static interface GetUserIdRequest.Builder extends IdentitystoreRequest.Builder, SdkPojo, CopyableBuilder<GetUserIdRequest.Builder,GetUserIdRequest>
| Modifier and Type | Method and Description |
|---|---|
GetUserIdRequest.Builder |
alternateIdentifier(AlternateIdentifier alternateIdentifier)
A unique identifier for a user or group that is not the primary identifier.
|
default GetUserIdRequest.Builder |
alternateIdentifier(Consumer<AlternateIdentifier.Builder> alternateIdentifier)
A unique identifier for a user or group that is not the primary identifier.
|
GetUserIdRequest.Builder |
identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
GetUserIdRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetUserIdRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetUserIdRequest.Builder identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId - The globally unique identifier for the identity store.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 userName and emails.value.
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 userName and
emails.value.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 userName and emails.value.
AlternateIdentifier.Builder avoiding the
need to create one manually via AlternateIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to alternateIdentifier(AlternateIdentifier).
alternateIdentifier - a consumer that will call methods on AlternateIdentifier.BuilderalternateIdentifier(AlternateIdentifier)GetUserIdRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetUserIdRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.