| Package | Description |
|---|---|
| software.amazon.awssdk.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
IdentityProviderConfiguration.Builder |
IdentityProviderConfiguration.Builder.authorizationStrategy(AuthorizationStrategy authorizationStrategy)
The authorization strategy that you selected when you created the data store.
|
IdentityProviderConfiguration.Builder |
IdentityProviderConfiguration.Builder.authorizationStrategy(String authorizationStrategy)
The authorization strategy that you selected when you created the data store.
|
static IdentityProviderConfiguration.Builder |
IdentityProviderConfiguration.builder() |
IdentityProviderConfiguration.Builder |
IdentityProviderConfiguration.Builder.fineGrainedAuthorizationEnabled(Boolean fineGrainedAuthorizationEnabled)
If you enabled fine-grained authorization when you created the data store.
|
IdentityProviderConfiguration.Builder |
IdentityProviderConfiguration.Builder.idpLambdaArn(String idpLambdaArn)
The Amazon Resource Name (ARN) of the Lambda function that you want to use to decode the access token created
by the authorization server.
|
IdentityProviderConfiguration.Builder |
IdentityProviderConfiguration.Builder.metadata(String metadata)
The JSON metadata elements that you want to use in your identity provider configuration.
|
IdentityProviderConfiguration.Builder |
IdentityProviderConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IdentityProviderConfiguration.Builder> |
IdentityProviderConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DatastoreProperties.Builder |
DatastoreProperties.Builder.identityProviderConfiguration(Consumer<IdentityProviderConfiguration.Builder> identityProviderConfiguration)
The identity provider that you selected when you created the data store.
|
default CreateFhirDatastoreRequest.Builder |
CreateFhirDatastoreRequest.Builder.identityProviderConfiguration(Consumer<IdentityProviderConfiguration.Builder> identityProviderConfiguration)
The configuration of the identity provider that you want to use for your data store.
|
Copyright © 2023. All rights reserved.