public static interface AlternateIdentifier.Builder extends SdkPojo, CopyableBuilder<AlternateIdentifier.Builder,AlternateIdentifier>
| Modifier and Type | Method and Description |
|---|---|
default AlternateIdentifier.Builder |
externalId(Consumer<ExternalId.Builder> externalId)
The identifier issued to this resource by an external identity provider.
|
AlternateIdentifier.Builder |
externalId(ExternalId externalId)
The identifier issued to this resource by an external identity provider.
|
default AlternateIdentifier.Builder |
uniqueAttribute(Consumer<UniqueAttribute.Builder> uniqueAttribute)
An entity attribute that's unique to a specific entity.
|
AlternateIdentifier.Builder |
uniqueAttribute(UniqueAttribute uniqueAttribute)
An entity attribute that's unique to a specific entity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAlternateIdentifier.Builder externalId(ExternalId externalId)
The identifier issued to this resource by an external identity provider.
externalId - The identifier issued to this resource by an external identity provider.default AlternateIdentifier.Builder externalId(Consumer<ExternalId.Builder> externalId)
The identifier issued to this resource by an external identity provider.
This is a convenience method that creates an instance of theExternalId.Builder avoiding the need to
create one manually via ExternalId.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to externalId(ExternalId).
externalId - a consumer that will call methods on ExternalId.BuilderexternalId(ExternalId)AlternateIdentifier.Builder uniqueAttribute(UniqueAttribute uniqueAttribute)
An entity attribute that's unique to a specific entity.
uniqueAttribute - An entity attribute that's unique to a specific entity.default AlternateIdentifier.Builder uniqueAttribute(Consumer<UniqueAttribute.Builder> uniqueAttribute)
An entity attribute that's unique to a specific entity.
This is a convenience method that creates an instance of theUniqueAttribute.Builder avoiding the
need to create one manually via UniqueAttribute.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to uniqueAttribute(UniqueAttribute).
uniqueAttribute - a consumer that will call methods on UniqueAttribute.BuilderuniqueAttribute(UniqueAttribute)Copyright © 2022. All rights reserved.