static IdentitySourceItem.Builder |
IdentitySourceItem.builder() |
|
default IdentitySourceItem.Builder |
IdentitySourceItem.Builder.configuration(Consumer<ConfigurationItem.Builder> configuration) |
Contains configuration information about an identity source.
|
IdentitySourceItem.Builder |
IdentitySourceItem.Builder.configuration(ConfigurationItem configuration) |
Contains configuration information about an identity source.
|
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) |
Deprecated.
|
IdentitySourceItem.Builder |
IdentitySourceItem.Builder.details(IdentitySourceItemDetails details) |
Deprecated.
|
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() |
|