Interface RevokeFlowEntitlementResponse.Builder

    • Method Detail

      • entitlementArn

        RevokeFlowEntitlementResponse.Builder entitlementArn​(String entitlementArn)
        The ARN of the entitlement that was revoked.
        Parameters:
        entitlementArn - The ARN of the entitlement that was revoked.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • flowArn

        RevokeFlowEntitlementResponse.Builder flowArn​(String flowArn)
        The ARN of the flow that the entitlement was revoked from.
        Parameters:
        flowArn - The ARN of the flow that the entitlement was revoked from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.