Uses of Interface
software.amazon.awssdk.services.mediapackagevod.model.Authorization.Builder
-
Packages that use Authorization.Builder Package Description software.amazon.awssdk.services.mediapackagevod.model -
-
Uses of Authorization.Builder in software.amazon.awssdk.services.mediapackagevod.model
Methods in software.amazon.awssdk.services.mediapackagevod.model that return Authorization.Builder Modifier and Type Method Description static Authorization.BuilderAuthorization. builder()Authorization.BuilderAuthorization.Builder. cdnIdentifierSecret(String cdnIdentifierSecret)The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization.Authorization.BuilderAuthorization.Builder. secretsRoleArn(String secretsRoleArn)The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.Authorization.BuilderAuthorization. toBuilder()Methods in software.amazon.awssdk.services.mediapackagevod.model that return types with arguments of type Authorization.Builder Modifier and Type Method Description static Class<? extends Authorization.Builder>Authorization. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediapackagevod.model with type arguments of type Authorization.Builder Modifier and Type Method Description default ConfigureLogsResponse.BuilderConfigureLogsResponse.Builder. authorization(Consumer<Authorization.Builder> authorization)Sets the value of the Authorization property for this object.default CreatePackagingGroupRequest.BuilderCreatePackagingGroupRequest.Builder. authorization(Consumer<Authorization.Builder> authorization)Sets the value of the Authorization property for this object.default CreatePackagingGroupResponse.BuilderCreatePackagingGroupResponse.Builder. authorization(Consumer<Authorization.Builder> authorization)Sets the value of the Authorization property for this object.default DescribePackagingGroupResponse.BuilderDescribePackagingGroupResponse.Builder. authorization(Consumer<Authorization.Builder> authorization)Sets the value of the Authorization property for this object.default PackagingGroup.BuilderPackagingGroup.Builder. authorization(Consumer<Authorization.Builder> authorization)Sets the value of the Authorization property for this object.default UpdatePackagingGroupRequest.BuilderUpdatePackagingGroupRequest.Builder. authorization(Consumer<Authorization.Builder> authorization)Sets the value of the Authorization property for this object.default UpdatePackagingGroupResponse.BuilderUpdatePackagingGroupResponse.Builder. authorization(Consumer<Authorization.Builder> authorization)Sets the value of the Authorization property for this object.
-