Interface Authorization.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Authorization.Builder,Authorization>,SdkBuilder<Authorization.Builder,Authorization>,SdkPojo
- Enclosing class:
- Authorization
public static interface Authorization.Builder extends SdkPojo, CopyableBuilder<Authorization.Builder,Authorization>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Authorization.BuildercdnIdentifierSecret(String cdnIdentifierSecret)The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization.Authorization.BuildersecretsRoleArn(String secretsRoleArn)The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.-
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, sdkFields
-
-
-
-
Method Detail
-
cdnIdentifierSecret
Authorization.Builder cdnIdentifierSecret(String cdnIdentifierSecret)
The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization.- Parameters:
cdnIdentifierSecret- The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretsRoleArn
Authorization.Builder secretsRoleArn(String secretsRoleArn)
The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.- Parameters:
secretsRoleArn- The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-