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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
headerNameThe 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.
 
- 
secretArnThe 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.
 
- 
secretStringKeyThe 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.
 
 
-