public static interface SecretsManagerAccessTokenConfiguration.Builder extends SdkPojo, CopyableBuilder<SecretsManagerAccessTokenConfiguration.Builder,SecretsManagerAccessTokenConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SecretsManagerAccessTokenConfiguration.Builder |
headerName(String headerName)
The name of the HTTP header used to supply the access token in requests to the source location.
|
SecretsManagerAccessTokenConfiguration.Builder |
secretArn(String secretArn)
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.
|
SecretsManagerAccessTokenConfiguration.Builder |
secretStringKey(String secretStringKey)
The AWS Secrets Manager SecretString key associated with the access token.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSecretsManagerAccessTokenConfiguration.Builder headerName(String headerName)
The name of the HTTP header used to supply the access token in requests to the source location.
headerName - The name of the HTTP header used to supply the access token in requests to the source location.SecretsManagerAccessTokenConfiguration.Builder secretArn(String secretArn)
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.
secretArn - The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.SecretsManagerAccessTokenConfiguration.Builder secretStringKey(String secretStringKey)
The AWS Secrets Manager SecretString key associated with the access token. MediaTailor uses the key to look up SecretString key and value pair containing the access token.
secretStringKey - The AWS Secrets Manager SecretString key associated with the access token. MediaTailor uses the key to look up
SecretString key and value pair containing the access token.Copyright © 2022. All rights reserved.