public static interface IdentitySourceItem.Builder extends SdkPojo, CopyableBuilder<IdentitySourceItem.Builder,IdentitySourceItem>
| Modifier and Type | Method and Description |
|---|---|
IdentitySourceItem.Builder |
createdDate(Instant createdDate)
The date and time the identity source was originally created.
|
default IdentitySourceItem.Builder |
details(Consumer<IdentitySourceItemDetails.Builder> details)
A structure that contains the details of the associated identity provider (IdP).
|
IdentitySourceItem.Builder |
details(IdentitySourceItemDetails details)
A structure that contains the details of the associated identity provider (IdP).
|
IdentitySourceItem.Builder |
identitySourceId(String identitySourceId)
The unique identifier of the identity source.
|
IdentitySourceItem.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date and time the identity source was most recently updated.
|
IdentitySourceItem.Builder |
policyStoreId(String policyStoreId)
The identifier of the policy store that contains the identity source.
|
IdentitySourceItem.Builder |
principalEntityType(String principalEntityType)
The Cedar entity type of the principals returned from the IdP associated with this identity source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIdentitySourceItem.Builder createdDate(Instant createdDate)
The date and time the identity source was originally created.
createdDate - The date and time the identity source was originally created.IdentitySourceItem.Builder details(IdentitySourceItemDetails details)
A structure that contains the details of the associated identity provider (IdP).
details - A structure that contains the details of the associated identity provider (IdP).default IdentitySourceItem.Builder details(Consumer<IdentitySourceItemDetails.Builder> details)
A structure that contains the details of the associated identity provider (IdP).
This is a convenience method that creates an instance of theIdentitySourceItemDetails.Builder
avoiding the need to create one manually via IdentitySourceItemDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to details(IdentitySourceItemDetails).
details - a consumer that will call methods on IdentitySourceItemDetails.Builderdetails(IdentitySourceItemDetails)IdentitySourceItem.Builder identitySourceId(String identitySourceId)
The unique identifier of the identity source.
identitySourceId - The unique identifier of the identity source.IdentitySourceItem.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date and time the identity source was most recently updated.
lastUpdatedDate - The date and time the identity source was most recently updated.IdentitySourceItem.Builder policyStoreId(String policyStoreId)
The identifier of the policy store that contains the identity source.
policyStoreId - The identifier of the policy store that contains the identity source.IdentitySourceItem.Builder principalEntityType(String principalEntityType)
The Cedar entity type of the principals returned from the IdP associated with this identity source.
principalEntityType - The Cedar entity type of the principals returned from the IdP associated with this identity source.Copyright © 2023. All rights reserved.