Class SecretsManagerAccessTokenConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.mediatailor.model.SecretsManagerAccessTokenConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SecretsManagerAccessTokenConfiguration.Builder,SecretsManagerAccessTokenConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class SecretsManagerAccessTokenConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SecretsManagerAccessTokenConfiguration.Builder,SecretsManagerAccessTokenConfiguration>
AWS Secrets Manager access token configuration parameters. For information about Secrets Manager access token authentication, see Working with AWS Secrets Manager access token authentication.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSecretsManagerAccessTokenConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SecretsManagerAccessTokenConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringheaderName()The name of the HTTP header used to supply the access token in requests to the source location.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()StringsecretArn()The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.StringsecretStringKey()The AWS Secrets Manager SecretString key associated with the access token.static Class<? extends SecretsManagerAccessTokenConfiguration.Builder>serializableBuilderClass()SecretsManagerAccessTokenConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
headerName
public final String headerName()
The name of the HTTP header used to supply the access token in requests to the source location.
- Returns:
- The name of the HTTP header used to supply the access token in requests to the source location.
-
secretArn
public final String secretArn()
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.
- Returns:
- The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.
-
secretStringKey
public final 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.
- Returns:
- 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.
-
toBuilder
public SecretsManagerAccessTokenConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SecretsManagerAccessTokenConfiguration.Builder,SecretsManagerAccessTokenConfiguration>
-
builder
public static SecretsManagerAccessTokenConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends SecretsManagerAccessTokenConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-