Interface SecretsManagerAccessTokenConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SecretsManagerAccessTokenConfiguration.Builder,
,SecretsManagerAccessTokenConfiguration> SdkBuilder<SecretsManagerAccessTokenConfiguration.Builder,
,SecretsManagerAccessTokenConfiguration> SdkPojo
- Enclosing class:
SecretsManagerAccessTokenConfiguration
@Mutable
@NotThreadSafe
public static interface SecretsManagerAccessTokenConfiguration.Builder
extends SdkPojo, CopyableBuilder<SecretsManagerAccessTokenConfiguration.Builder,SecretsManagerAccessTokenConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionheaderName
(String headerName) The name of the HTTP header used to supply the access token in requests to the source location.The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.secretStringKey
(String secretStringKey) The AWS Secrets Manager SecretString key associated with the access token.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
headerName
The name of the HTTP header used to supply the access token in requests to the source location.
- Parameters:
headerName
- The name of the HTTP header used to supply the access token in requests to the source location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretArn
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.
- Parameters:
secretArn
- The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-