| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
static GetIdentitySourceResponse.Builder |
GetIdentitySourceResponse.builder() |
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)
A structure that describes the configuration of the identity source.
|
GetIdentitySourceResponse.Builder |
GetIdentitySourceResponse.Builder.details(IdentitySourceDetails details)
A structure that describes the configuration of the identity source.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetIdentitySourceResponse.Builder> |
GetIdentitySourceResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.