public static interface CognitoOptions.Builder extends SdkPojo, CopyableBuilder<CognitoOptions.Builder,CognitoOptions>
| Modifier and Type | Method and Description |
|---|---|
CognitoOptions.Builder |
enabled(Boolean enabled)
Whether to enable or disable Amazon Cognito authentication for OpenSearch Dashboards.
|
CognitoOptions.Builder |
identityPoolId(String identityPoolId)
The Amazon Cognito identity pool ID that you want OpenSearch Service to use for OpenSearch Dashboards
authentication.
|
CognitoOptions.Builder |
roleArn(String roleArn)
The
AmazonOpenSearchServiceCognitoAccess role that allows OpenSearch Service to configure your
user pool and identity pool. |
CognitoOptions.Builder |
userPoolId(String userPoolId)
The Amazon Cognito user pool ID that you want OpenSearch Service to use for OpenSearch Dashboards
authentication.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCognitoOptions.Builder enabled(Boolean enabled)
Whether to enable or disable Amazon Cognito authentication for OpenSearch Dashboards.
enabled - Whether to enable or disable Amazon Cognito authentication for OpenSearch Dashboards.CognitoOptions.Builder userPoolId(String userPoolId)
The Amazon Cognito user pool ID that you want OpenSearch Service to use for OpenSearch Dashboards authentication.
userPoolId - The Amazon Cognito user pool ID that you want OpenSearch Service to use for OpenSearch Dashboards
authentication.CognitoOptions.Builder identityPoolId(String identityPoolId)
The Amazon Cognito identity pool ID that you want OpenSearch Service to use for OpenSearch Dashboards authentication.
identityPoolId - The Amazon Cognito identity pool ID that you want OpenSearch Service to use for OpenSearch Dashboards
authentication.CognitoOptions.Builder roleArn(String roleArn)
The AmazonOpenSearchServiceCognitoAccess role that allows OpenSearch Service to configure your
user pool and identity pool.
roleArn - The AmazonOpenSearchServiceCognitoAccess role that allows OpenSearch Service to configure
your user pool and identity pool.Copyright © 2022. All rights reserved.