static GetIdentitySourceResponse.Builder |
GetIdentitySourceResponse.builder() |
|
default GetIdentitySourceResponse.Builder |
GetIdentitySourceResponse.Builder.configuration(Consumer<ConfigurationDetail.Builder> configuration) |
Contains configuration information about an identity source.
|
GetIdentitySourceResponse.Builder |
GetIdentitySourceResponse.Builder.configuration(ConfigurationDetail configuration) |
Contains configuration information about an identity source.
|
GetIdentitySourceResponse.Builder |
GetIdentitySourceResponse.Builder.createdDate(Instant createdDate) |
The date and time that the identity source was originally created.
|
default GetIdentitySourceResponse.Builder |
GetIdentitySourceResponse.Builder.details(Consumer<IdentitySourceDetails.Builder> details) |
Deprecated.
|
GetIdentitySourceResponse.Builder |
GetIdentitySourceResponse.Builder.details(IdentitySourceDetails details) |
Deprecated.
|
GetIdentitySourceResponse.Builder |
GetIdentitySourceResponse.Builder.identitySourceId(String identitySourceId) |
The ID of the identity source.
|
GetIdentitySourceResponse.Builder |
GetIdentitySourceResponse.Builder.lastUpdatedDate(Instant lastUpdatedDate) |
The date and time that the identity source was most recently updated.
|
GetIdentitySourceResponse.Builder |
GetIdentitySourceResponse.Builder.policyStoreId(String policyStoreId) |
The ID of the policy store that contains the identity source.
|
GetIdentitySourceResponse.Builder |
GetIdentitySourceResponse.Builder.principalEntityType(String principalEntityType) |
The data type of principals generated for identities authenticated by this identity source.
|
GetIdentitySourceResponse.Builder |
GetIdentitySourceResponse.toBuilder() |
|