static UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.builder() |
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.description(String description) |
A description of the entitlement.
|
default UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.encryption(Consumer<UpdateEncryption.Builder> encryption) |
The type of encryption that will be used on the output associated with this entitlement.
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.encryption(UpdateEncryption encryption) |
The type of encryption that will be used on the output associated with this entitlement.
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.entitlementArn(String entitlementArn) |
The ARN of the entitlement that you want to update.
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.entitlementStatus(String entitlementStatus) |
An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming
content to the subscriber’s flow temporarily.
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.entitlementStatus(EntitlementStatus entitlementStatus) |
An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming
content to the subscriber’s flow temporarily.
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.flowArn(String flowArn) |
The flow that is associated with the entitlement that you want to update.
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.subscribers(String... subscribers) |
The AWS account IDs that you want to share your content with.
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.subscribers(Collection<String> subscribers) |
The AWS account IDs that you want to share your content with.
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.toBuilder() |
|