| Package | Description |
|---|---|
| software.amazon.awssdk.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
static ExternalId.Builder |
ExternalId.builder() |
ExternalId.Builder |
ExternalId.Builder.id(String id)
The identifier issued to this resource by an external identity provider.
|
ExternalId.Builder |
ExternalId.Builder.issuer(String issuer)
The issuer for an external identifier.
|
ExternalId.Builder |
ExternalId.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExternalId.Builder> |
ExternalId.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AlternateIdentifier.Builder |
AlternateIdentifier.Builder.externalId(Consumer<ExternalId.Builder> externalId)
The identifier issued to this resource by an external identity provider.
|
static AlternateIdentifier |
AlternateIdentifier.fromExternalId(Consumer<ExternalId.Builder> externalId)
Create an instance of this class with
AlternateIdentifier.externalId() initialized to the given value. |
Copyright © 2022. All rights reserved.