public static interface DataProviderDescriptorDefinition.Builder extends SdkPojo, CopyableBuilder<DataProviderDescriptorDefinition.Builder,DataProviderDescriptorDefinition>
| Modifier and Type | Method and Description |
|---|---|
DataProviderDescriptorDefinition.Builder |
dataProviderIdentifier(String dataProviderIdentifier)
The name or Amazon Resource Name (ARN) of the data provider.
|
DataProviderDescriptorDefinition.Builder |
secretsManagerAccessRoleArn(String secretsManagerAccessRoleArn)
The ARN of the role used to access Amazon Web Services Secrets Manager.
|
DataProviderDescriptorDefinition.Builder |
secretsManagerSecretId(String secretsManagerSecretId)
The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the
data provider.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataProviderDescriptorDefinition.Builder dataProviderIdentifier(String dataProviderIdentifier)
The name or Amazon Resource Name (ARN) of the data provider.
dataProviderIdentifier - The name or Amazon Resource Name (ARN) of the data provider.DataProviderDescriptorDefinition.Builder secretsManagerSecretId(String secretsManagerSecretId)
The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the data provider.
secretsManagerSecretId - The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for
the data provider.DataProviderDescriptorDefinition.Builder secretsManagerAccessRoleArn(String secretsManagerAccessRoleArn)
The ARN of the role used to access Amazon Web Services Secrets Manager.
secretsManagerAccessRoleArn - The ARN of the role used to access Amazon Web Services Secrets Manager.Copyright © 2023. All rights reserved.