public static interface RevokeFlowEntitlementResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<RevokeFlowEntitlementResponse.Builder,RevokeFlowEntitlementResponse>
Modifier and Type | Method and Description |
---|---|
RevokeFlowEntitlementResponse.Builder |
entitlementArn(String entitlementArn)
The ARN of the entitlement that was revoked.
|
RevokeFlowEntitlementResponse.Builder |
flowArn(String flowArn)
The ARN of the flow that the entitlement was revoked from.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
RevokeFlowEntitlementResponse.Builder entitlementArn(String entitlementArn)
entitlementArn
- The ARN of the entitlement that was revoked.RevokeFlowEntitlementResponse.Builder flowArn(String flowArn)
flowArn
- The ARN of the flow that the entitlement was revoked from.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.