| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
static IdentitySourceItem.Builder |
IdentitySourceItem.builder() |
IdentitySourceItem.Builder |
IdentitySourceItem.Builder.createdDate(Instant createdDate)
The date and time the identity source was originally created.
|
default IdentitySourceItem.Builder |
IdentitySourceItem.Builder.details(Consumer<IdentitySourceItemDetails.Builder> details)
A structure that contains the details of the associated identity provider (IdP).
|
IdentitySourceItem.Builder |
IdentitySourceItem.Builder.details(IdentitySourceItemDetails details)
A structure that contains the details of the associated identity provider (IdP).
|
IdentitySourceItem.Builder |
IdentitySourceItem.Builder.identitySourceId(String identitySourceId)
The unique identifier of the identity source.
|
IdentitySourceItem.Builder |
IdentitySourceItem.Builder.lastUpdatedDate(Instant lastUpdatedDate)
The date and time the identity source was most recently updated.
|
IdentitySourceItem.Builder |
IdentitySourceItem.Builder.policyStoreId(String policyStoreId)
The identifier of the policy store that contains the identity source.
|
IdentitySourceItem.Builder |
IdentitySourceItem.Builder.principalEntityType(String principalEntityType)
The Cedar entity type of the principals returned from the IdP associated with this identity source.
|
IdentitySourceItem.Builder |
IdentitySourceItem.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IdentitySourceItem.Builder> |
IdentitySourceItem.serializableBuilderClass() |
Copyright © 2023. All rights reserved.