@Stability(value=Deprecated) @Deprecated public static final class CognitoOptions.Builder extends Object implements software.amazon.jsii.Builder<CognitoOptions>
CognitoOptions| Constructor and Description |
|---|
Builder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CognitoOptions |
build()
Deprecated.
|
CognitoOptions.Builder |
identityPoolId(String identityPoolId)
Deprecated.
use opensearchservice module instead
|
CognitoOptions.Builder |
role(IRole role)
Deprecated.
use opensearchservice module instead
|
CognitoOptions.Builder |
userPoolId(String userPoolId)
Deprecated.
use opensearchservice module instead
|
@Stability(value=Deprecated) @Deprecated public CognitoOptions.Builder identityPoolId(String identityPoolId)
CognitoOptions.getIdentityPoolId()identityPoolId - The Amazon Cognito identity pool ID that you want Amazon ES to use for Kibana authentication. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CognitoOptions.Builder role(IRole role)
CognitoOptions.getRole()role - A role that allows Amazon ES to configure your user pool and identity pool. This parameter is required.
It must have the AmazonESCognitoAccess policy attached to it.this@Stability(value=Deprecated) @Deprecated public CognitoOptions.Builder userPoolId(String userPoolId)
CognitoOptions.getUserPoolId()userPoolId - The Amazon Cognito user pool ID that you want Amazon ES to use for Kibana authentication. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CognitoOptions build()
build in interface software.amazon.jsii.Builder<CognitoOptions>CognitoOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.