Class Authorization
- java.lang.Object
-
- software.amazon.awssdk.services.mediapackage.model.Authorization
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Authorization.Builder,Authorization>
@Generated("software.amazon.awssdk:codegen") public final class Authorization extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Authorization.Builder,Authorization>
CDN Authorization credentials- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAuthorization.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Authorization.Builderbuilder()StringcdnIdentifierSecret()The Amazon Resource Name (ARN) for the secret in Secrets Manager that your Content Distribution Network (CDN) uses for authorization to access your endpoint.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()StringsecretsRoleArn()The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.static Class<? extends Authorization.Builder>serializableBuilderClass()Authorization.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
-
cdnIdentifierSecret
public final String cdnIdentifierSecret()
The Amazon Resource Name (ARN) for the secret in Secrets Manager that your Content Distribution Network (CDN) uses for authorization to access your endpoint.- Returns:
- The Amazon Resource Name (ARN) for the secret in Secrets Manager that your Content Distribution Network (CDN) uses for authorization to access your endpoint.
-
secretsRoleArn
public final String secretsRoleArn()
The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.- Returns:
- The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.
-
toBuilder
public Authorization.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Authorization.Builder,Authorization>
-
builder
public static Authorization.Builder builder()
-
serializableBuilderClass
public static Class<? extends Authorization.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.
-
-