Uses of Interface
software.amazon.awssdk.services.mediapackage.model.Authorization.Builder
-
Packages that use Authorization.Builder Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of Authorization.Builder in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.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 Secrets Manager that your Content Distribution Network (CDN) uses for authorization to access your endpoint.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.mediapackage.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.mediapackage.model with type arguments of type Authorization.Builder Modifier and Type Method Description default CreateOriginEndpointRequest.BuilderCreateOriginEndpointRequest.Builder. authorization(Consumer<Authorization.Builder> authorization)Sets the value of the Authorization property for this object.default CreateOriginEndpointResponse.BuilderCreateOriginEndpointResponse.Builder. authorization(Consumer<Authorization.Builder> authorization)Sets the value of the Authorization property for this object.default DescribeOriginEndpointResponse.BuilderDescribeOriginEndpointResponse.Builder. authorization(Consumer<Authorization.Builder> authorization)Sets the value of the Authorization property for this object.default OriginEndpoint.BuilderOriginEndpoint.Builder. authorization(Consumer<Authorization.Builder> authorization)Sets the value of the Authorization property for this object.default UpdateOriginEndpointRequest.BuilderUpdateOriginEndpointRequest.Builder. authorization(Consumer<Authorization.Builder> authorization)Sets the value of the Authorization property for this object.default UpdateOriginEndpointResponse.BuilderUpdateOriginEndpointResponse.Builder. authorization(Consumer<Authorization.Builder> authorization)Sets the value of the Authorization property for this object.
-