public static interface GetGroupIdRequest.Builder extends IdentitystoreRequest.Builder, SdkPojo, CopyableBuilder<GetGroupIdRequest.Builder,GetGroupIdRequest>
| Modifier and Type | Method and Description |
|---|---|
GetGroupIdRequest.Builder |
alternateIdentifier(AlternateIdentifier alternateIdentifier)
A unique identifier for a user or group that is not the primary identifier.
|
default GetGroupIdRequest.Builder |
alternateIdentifier(Consumer<AlternateIdentifier.Builder> alternateIdentifier)
A unique identifier for a user or group that is not the primary identifier.
|
GetGroupIdRequest.Builder |
identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
GetGroupIdRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetGroupIdRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetGroupIdRequest.Builder identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId - The globally unique identifier for the identity store.GetGroupIdRequest.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 example, a unique GroupDisplayName.
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 example, a unique GroupDisplayName.default GetGroupIdRequest.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 example, a unique GroupDisplayName.
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)GetGroupIdRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetGroupIdRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.